mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-02-06 12:31:25 +00:00
Don't exit in video_shutdown()
This commit is contained in:
parent
a4f185d197
commit
6a453c3973
@ -1069,9 +1069,6 @@ void video_shutdown(void) {
|
||||
if (!is_headless) {
|
||||
video_backend->shutdown();
|
||||
}
|
||||
#if !defined(__APPLE__)
|
||||
exit(0);
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user