fix a minor warning
[pcsx_rearmed.git] / frontend / main.c
index 8dceacd..b371a42 100644 (file)
@@ -741,7 +741,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