mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-08-15 21:27:23 +00:00
Don't exit in video_shutdown()
This commit is contained in:
@@ -1069,9 +1069,6 @@ void video_shutdown(void) {
|
||||
if (!is_headless) {
|
||||
video_backend->shutdown();
|
||||
}
|
||||
#if !defined(__APPLE__)
|
||||
exit(0);
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user