adjust bios handling again
[pcsx_rearmed.git] / frontend / main.c
index 7d140f8..11bc4ed 100644 (file)
@@ -487,7 +487,7 @@ int emu_core_init(void)
 
 void emu_core_ask_exit(void)
 {
-       stop = 1;
+       stop++;
        g_emu_want_quit = 1;
 }