removed gui
This commit is contained in:
parent
3632b1019c
commit
51f7d7214a
2 changed files with 0 additions and 3 deletions
|
@ -1,2 +0,0 @@
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
|
||||||
// Copyright (c) 2024 Patrick_Pluto
|
|
|
@ -42,6 +42,5 @@ fn main() {
|
||||||
);
|
);
|
||||||
} else if args.emulate {
|
} else if args.emulate {
|
||||||
cpu::ExampleCPU::create(true, load_binary_u8(&args.file)).start();
|
cpu::ExampleCPU::create(true, load_binary_u8(&args.file)).start();
|
||||||
} else {
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue