X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmain.c;h=cf015a4ad7be720a8eea760bde532d48c83fb412;hb=2ec79b77bf0925c69ece6e51fc219a1e783aa432;hp=3a51bff8006714312c5821bdd7c6002da917a640;hpb=20196899e40390c7f43be2bc02d99c55062c310f;p=pcsx_rearmed.git diff --git a/frontend/main.c b/frontend/main.c index 3a51bff8..cf015a4a 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; }