mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(Apple) Cleanups
This commit is contained in:
parent
861f9d14cd
commit
8860784068
@ -19,6 +19,7 @@
|
||||
|
||||
#import "../common/RetroArch_Apple.h"
|
||||
#include "../../input/apple_input.h"
|
||||
#include "../../frontend/frontend.h"
|
||||
#include "../../frontend/menu/menu_common.h"
|
||||
|
||||
#include "../../file.h"
|
||||
|
@ -47,7 +47,5 @@ void apple_run_core(int argc, char **argv)
|
||||
argv = (char**)(argv_menu);
|
||||
|
||||
if (rarch_main(argc, argv))
|
||||
{
|
||||
main_exit(NULL);
|
||||
}
|
||||
apple_rarch_exited();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user