mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-22 22:48:08 +03:00
Fix ZZ0 command
This commit is contained in:
@@ -227,6 +227,7 @@ void sys_exit(int code) {
|
||||
#ifdef __EMSCRIPTEN__
|
||||
EM_ASM( xsystem35.shell.quit(); );
|
||||
nact->is_quit = TRUE;
|
||||
nact->wait_vsync = TRUE;
|
||||
#else
|
||||
exit(code);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user