From 540b2d3e84f9c79228d96b372b010fc2a3fa3bad Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 18 Oct 2014 06:57:36 +0200 Subject: [PATCH] (iOS) Take out core_info_set_core_path --- apple/iOS/platform.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/apple/iOS/platform.m b/apple/iOS/platform.m index 6bf79dec28..e9ab954751 100644 --- a/apple/iOS/platform.m +++ b/apple/iOS/platform.m @@ -225,9 +225,6 @@ enum [self pushViewController:[RAMainMenu new] animated:YES]; - // Warn if there are no cores present - core_info_set_core_path(); - [apple_platform loadingCore:nil withFile:nil]; if (rarch_main(0, NULL))