From 2f6b9c79711be95f2572325acf516679a991f607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Kelemen?= Date: Sun, 3 Apr 2022 04:08:59 +0200 Subject: [PATCH] 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. --- menu/menu_displaylist.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/menu/menu_displaylist.c b/menu/menu_displaylist.c index 1f53726e4e..1cd1db4c2f 100644 --- a/menu/menu_displaylist.c +++ b/menu/menu_displaylist.c @@ -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),