(iOS) Expand on iOS hack - turn off 'show start screen' after this

succeeds
This commit is contained in:
twinaphex 2016-01-11 09:19:11 +01:00
parent cde99cc135
commit a6ef1a5a42

View File

@ -618,6 +618,9 @@ void *menu_init(const void *data)
{
menu->help_screen_type = MENU_HELP_EXTRACT;
menu->push_help_screen = true;
#ifdef IOS
settings->menu_show_start_screen = false;
#endif
#ifdef HAVE_ZLIB
rarch_task_push_decompress(settings->bundle_assets_src_path, settings->bundle_assets_dst_path,
settings->bundle_assets_dst_path_subdir, NULL, bundle_decompressed, NULL);