X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmain.c;h=8dceacd9e27414b513d0432d35533689d550ff47;hb=eddc65d58065ba40ca94b22696d695a18e7a51ba;hp=3a51bff8006714312c5821bdd7c6002da917a640;hpb=20196899e40390c7f43be2bc02d99c55062c310f;p=pcsx_rearmed.git diff --git a/frontend/main.c b/frontend/main.c index 3a51bff8..8dceacd9 100644 --- a/frontend/main.c +++ b/frontend/main.c @@ -492,7 +492,7 @@ int emu_core_init(void) void emu_core_ask_exit(void) { - stop = 1; + stop++; g_emu_want_quit = 1; } @@ -785,9 +785,6 @@ void SysClose() { } } -void SysUpdate() { -} - int get_state_filename(char *buf, int size, int i) { return get_gameid_filename(buf, size, "." STATES_DIR "%.32s-%.9s.%3.3d", i);