(iOS) Fix
This commit is contained in:
parent
572b59d417
commit
7c0b42bee3
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue