mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
N/A
This commit is contained in:
parent
db51b5a2c0
commit
7c6865d0a9
@ -2907,4 +2907,3 @@ bool config_save_file(const char *path)
|
|||||||
config_file_free(conf);
|
config_file_free(conf);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -611,8 +611,9 @@ void *menu_init(const void *data)
|
|||||||
if ( settings->bundle_assets_extract_enable
|
if ( settings->bundle_assets_extract_enable
|
||||||
&& !string_is_empty(settings->bundle_assets_src_path)
|
&& !string_is_empty(settings->bundle_assets_src_path)
|
||||||
&& !string_is_empty(settings->bundle_assets_dst_path)
|
&& !string_is_empty(settings->bundle_assets_dst_path)
|
||||||
|
#ifdef IOS
|
||||||
&& menu->push_help_screen
|
&& menu->push_help_screen
|
||||||
#ifndef IOS
|
#else
|
||||||
&& (settings->bundle_assets_extract_version_current != settings->bundle_assets_extract_last_version)
|
&& (settings->bundle_assets_extract_version_current != settings->bundle_assets_extract_last_version)
|
||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user