(OSX) Replace apple_rarch_exited call with main_exit
This commit is contained in:
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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue