mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 01:21:47 +00:00
(iOS) Fix iOS - pass argc/argv
This commit is contained in:
parent
cf9d8a8adb
commit
20706b51de
@ -361,7 +361,7 @@ enum
|
||||
[self supportOtherAudioSessions];
|
||||
#endif
|
||||
|
||||
if (rarch_main(0, NULL, NULL))
|
||||
if (rarch_main(argc, argv, NULL))
|
||||
apple_rarch_exited();
|
||||
|
||||
iterate_observer = CFRunLoopObserverCreate(0, kCFRunLoopBeforeWaiting,
|
||||
|
Loading…
x
Reference in New Issue
Block a user