X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=frontend%2Fmain.c;fp=frontend%2Fmain.c;h=11bc4ed472e911a614ac1f4e3cd344f42f111720;hb=da65071fd7ceac663bb951b13da2563d7b16431d;hp=7d140f823865f8e0c36421f0170eb733ae174de0;hpb=6777e331551ed0cc90f4aa809bbd0fee23fcf1a6;p=pcsx_rearmed.git diff --git a/frontend/main.c b/frontend/main.c index 7d140f82..11bc4ed4 100644 --- a/frontend/main.c +++ b/frontend/main.c @@ -487,7 +487,7 @@ int emu_core_init(void) void emu_core_ask_exit(void) { - stop = 1; + stop++; g_emu_want_quit = 1; }