X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmain.c;h=11bc4ed472e911a614ac1f4e3cd344f42f111720;hb=5e282df80d579f9a19c77a655c2c0dda6dc2c7b4;hp=e0635ef4b8ec52d7d4208d249553c83378f87575;hpb=4d66d894c6563cbfb78fe8ccc0b374809fc44b0d;p=pcsx_rearmed.git diff --git a/frontend/main.c b/frontend/main.c index e0635ef4..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; } @@ -889,8 +889,6 @@ static int _OpenPlugins(void) { signal(SIGPIPE, SignalExit); #endif - GPU_clearDynarec(clearDynarec); - ret = CDR_open(); if (ret < 0) { SysMessage(_("Error opening CD-ROM plugin!")); return -1; } ret = SPU_open();