mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
core system files downloader: remove for Lakka (#13794)
Lakka ships these files already in the image. in some cases downloading files provided by the buildbot can cause issues, as these files might be not compatible with the core version provided by the Lakka image.
This commit is contained in:
parent
686628b8ad
commit
2f6b9c7971
@ -12770,14 +12770,6 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
|
||||
MENU_SETTING_ACTION, 0, 0))
|
||||
count++;
|
||||
|
||||
#ifdef HAVE_COMPRESSION
|
||||
if (menu_entries_append_enum(info->list,
|
||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_DOWNLOAD_CORE_SYSTEM_FILES),
|
||||
msg_hash_to_str(MENU_ENUM_LABEL_DOWNLOAD_CORE_SYSTEM_FILES),
|
||||
MENU_ENUM_LABEL_DOWNLOAD_CORE_SYSTEM_FILES,
|
||||
MENU_SETTING_ACTION, 0, 0))
|
||||
count++;
|
||||
#endif
|
||||
if (menu_entries_append_enum(info->list,
|
||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_DOWNLOAD_CORE_CONTENT),
|
||||
msg_hash_to_str(MENU_ENUM_LABEL_DOWNLOAD_CORE_CONTENT_DIRS),
|
||||
|
Loading…
x
Reference in New Issue
Block a user