Fix ZZ0 command

This commit is contained in:
kichikuou
2018-03-18 10:15:31 +09:00
parent 3bdcba025f
commit 37b926551a
+1
View File
@@ -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