From ec00e42ca4d8c48d56697af0f4efe8ff8349cbd0 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Thu, 24 Jul 2014 06:30:31 +0200 Subject: [PATCH] (iOS) Run apple_run_core at end of applicationDidFinishLaunching --- apple/iOS/platform.m | 1 + 1 file changed, 1 insertion(+) diff --git a/apple/iOS/platform.m b/apple/iOS/platform.m index f9ba04784a..d0743a5c55 100644 --- a/apple/iOS/platform.m +++ b/apple/iOS/platform.m @@ -231,6 +231,7 @@ static void handle_touch_event(NSArray* touches) if (!core_list || core_list->count == 0) apple_display_alert("No libretro cores were found. You will not be able to run any content.", "Warning"); + apple_run_core(0, NULL, nil, 0); apple_gamecontroller_init(); // Load system config