This commit is contained in:
twinaphex 2016-01-11 22:35:07 +01:00
parent db51b5a2c0
commit 7c6865d0a9
2 changed files with 2 additions and 2 deletions

View File

@ -2907,4 +2907,3 @@ bool config_save_file(const char *path)
config_file_free(conf); config_file_free(conf);
return ret; return ret;
} }

View File

@ -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
) )