mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-12 06:29:58 +00:00
Pause CPU on Linux desktop initialization
This commit is contained in:
parent
65882152a8
commit
f53dbea81e
@ -327,8 +327,12 @@ int main(int _argc, char **_argv) {
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
cpu_pause();
|
||||||
|
|
||||||
emulator_start();
|
emulator_start();
|
||||||
|
|
||||||
|
cpu_resume();
|
||||||
|
|
||||||
video_main_loop();
|
video_main_loop();
|
||||||
|
|
||||||
emulator_shutdown();
|
emulator_shutdown();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user