(iOS) Fix iOS - pass argc/argv
This commit is contained in:
parent
cf9d8a8adb
commit
20706b51de
|
@ -361,7 +361,7 @@ enum
|
||||||
[self supportOtherAudioSessions];
|
[self supportOtherAudioSessions];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (rarch_main(0, NULL, NULL))
|
if (rarch_main(argc, argv, NULL))
|
||||||
apple_rarch_exited();
|
apple_rarch_exited();
|
||||||
|
|
||||||
iterate_observer = CFRunLoopObserverCreate(0, kCFRunLoopBeforeWaiting,
|
iterate_observer = CFRunLoopObserverCreate(0, kCFRunLoopBeforeWaiting,
|
||||||
|
|
Loading…
Reference in New Issue