X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmain.c;h=be93282e85b86df2529b631e2ae92f5609f1164b;hb=cfa5a2aff5202aadca7d19c76b61c80cec5b327c;hp=11bc4ed472e911a614ac1f4e3cd344f42f111720;hpb=da65071fd7ceac663bb951b13da2563d7b16431d;p=pcsx_rearmed.git diff --git a/frontend/main.c b/frontend/main.c index 11bc4ed4..be93282e 100644 --- a/frontend/main.c +++ b/frontend/main.c @@ -736,7 +736,7 @@ static void toggle_fast_forward(int force_off) static void SignalExit(int sig) { // only to restore framebuffer/resolution on some devices plat_finish(); - exit(1); + _exit(1); } #endif @@ -780,9 +780,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);