removed gui

This commit is contained in:
Patrick 2024-11-25 20:03:02 +01:00
parent 3632b1019c
commit 51f7d7214a
2 changed files with 0 additions and 3 deletions

View file

@ -1,2 +0,0 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
// Copyright (c) 2024 Patrick_Pluto

View file

@ -42,6 +42,5 @@ fn main() {
);
} else if args.emulate {
cpu::ExampleCPU::create(true, load_binary_u8(&args.file)).start();
} else {
}
}