(iOS) Fix iOS - pass argc/argv

This commit is contained in:
Twinaphex 2016-04-05 21:22:23 +02:00
parent cf9d8a8adb
commit 20706b51de

View File

@ -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,