mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(iOS) Add hacks to get this working for now
This commit is contained in:
parent
c9dd3ca621
commit
cde99cc135
@ -718,9 +718,11 @@ static void config_set_defaults(void)
|
||||
|
||||
settings->bundle_assets_extract_version_current = 0;
|
||||
settings->bundle_assets_extract_last_version = 0;
|
||||
#ifndef IOS
|
||||
*settings->bundle_assets_src_path = '\0';
|
||||
*settings->bundle_assets_dst_path = '\0';
|
||||
*settings->bundle_assets_dst_path_subdir = '\0';
|
||||
#endif
|
||||
*settings->playlist_names = '\0';
|
||||
*settings->playlist_cores = '\0';
|
||||
*settings->core_options_path = '\0';
|
||||
|
@ -609,7 +609,11 @@ void *menu_init(const void *data)
|
||||
settings->bundle_assets_extract_enable
|
||||
&& !string_is_empty(settings->bundle_assets_src_path)
|
||||
&& !string_is_empty(settings->bundle_assets_dst_path)
|
||||
#ifdef IOS
|
||||
&& menu->push_help_screen
|
||||
#else
|
||||
&& settings->bundle_assets_extract_version_current != settings->bundle_assets_extract_last_version
|
||||
#endif
|
||||
)
|
||||
{
|
||||
menu->help_screen_type = MENU_HELP_EXTRACT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user