mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 22:20:31 +00:00
(iOS) pushViewController always in applicationDidFinishLaunching
This commit is contained in:
parent
e64c530e6b
commit
d2acf88e05
@ -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);
|
snprintf(msg, sizeof(msg), "Failed to create or access system directory: %s", g_defaults.system_dir);
|
||||||
apple_display_alert(msg, "Error");
|
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
|
// Warn if there are no cores present
|
||||||
core_info_set_core_path();
|
core_info_set_core_path();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user