mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
remove pointless check
This commit is contained in:
parent
32a132e0ab
commit
482261e81b
@ -2493,7 +2493,7 @@ static void cb_generic_download(void *task_data,
|
||||
break;
|
||||
case MENU_ENUM_LABEL_CB_CORE_CONTENT_DOWNLOAD:
|
||||
dir_path = settings->directory.core_assets;
|
||||
extract = settings->network.buildbot_auto_extract_archive && true;
|
||||
extract = settings->network.buildbot_auto_extract_archive;
|
||||
break;
|
||||
case MENU_ENUM_LABEL_CB_UPDATE_CORE_INFO_FILES:
|
||||
dir_path = settings->path.libretro_info;
|
||||
|
Loading…
x
Reference in New Issue
Block a user