mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
(iOS) Expand on iOS hack - turn off 'show start screen' after this
succeeds
This commit is contained in:
parent
cde99cc135
commit
a6ef1a5a42
@ -618,6 +618,9 @@ void *menu_init(const void *data)
|
|||||||
{
|
{
|
||||||
menu->help_screen_type = MENU_HELP_EXTRACT;
|
menu->help_screen_type = MENU_HELP_EXTRACT;
|
||||||
menu->push_help_screen = true;
|
menu->push_help_screen = true;
|
||||||
|
#ifdef IOS
|
||||||
|
settings->menu_show_start_screen = false;
|
||||||
|
#endif
|
||||||
#ifdef HAVE_ZLIB
|
#ifdef HAVE_ZLIB
|
||||||
rarch_task_push_decompress(settings->bundle_assets_src_path, settings->bundle_assets_dst_path,
|
rarch_task_push_decompress(settings->bundle_assets_src_path, settings->bundle_assets_dst_path,
|
||||||
settings->bundle_assets_dst_path_subdir, NULL, bundle_decompressed, NULL);
|
settings->bundle_assets_dst_path_subdir, NULL, bundle_decompressed, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user