From d2acf88e053c17c59b81a3b2a7546b35014c964e Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Tue, 7 Oct 2014 04:24:19 +0200 Subject: [PATCH] (iOS) pushViewController always in applicationDidFinishLaunching --- apple/iOS/platform.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apple/iOS/platform.m b/apple/iOS/platform.m index f4faed5c2b..259e74f2ea 100644 --- a/apple/iOS/platform.m +++ b/apple/iOS/platform.m @@ -221,10 +221,10 @@ static void handle_touch_event(NSArray* touches) snprintf(msg, sizeof(msg), "Failed to create or access system directory: %s", g_defaults.system_dir); apple_display_alert(msg, "Error"); } - else - [self pushViewController:[RAMainMenu new] animated:YES]; } + [self pushViewController:[RAMainMenu new] animated:YES]; + // Warn if there are no cores present core_info_set_core_path();