1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-23 15:40:35 +00:00

(OSX) Replace apple_rarch_exited call with main_exit

This commit is contained in:
Twinaphex 2014-07-24 04:39:33 +02:00
parent 754eceb5e2
commit f0b4388eb1

@ -61,6 +61,6 @@ void apple_run_core(int argc, char **argv, const char* core,
else
apple_display_alert("Failed to load content.", "Error");
apple_rarch_exited();
main_exit(NULL);
}
}