(iOS) Fix

This commit is contained in:
Twinaphex 2015-03-22 00:31:42 +01:00
parent 572b59d417
commit 7c0b42bee3
1 changed files with 3 additions and 3 deletions

View File

@ -258,6 +258,9 @@ void notify_content_loaded(void)
apple_platform = self;
[self setDelegate:self];
if (rarch_main(0, NULL))
apple_rarch_exited();
// Setup window
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
@ -268,9 +271,6 @@ void notify_content_loaded(void)
[apple_platform loadingCore:nil withFile:nil];
if (rarch_main(0, NULL))
apple_rarch_exited();
driver = driver_get_ptr();
if ( driver->menu_ctx && driver->menu_ctx == &menu_ctx_ios && driver->menu && driver->menu->userdata )