mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 20:54:10 +00:00
Merge pull request #2958 from lakkatv/master
(Lakka) Disable buildbot updaters
This commit is contained in:
commit
cdd199f763
@ -2394,8 +2394,12 @@ static int menu_displaylist_parse_options(
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_UPDATE_LAKKA),
|
||||
menu_hash_to_str(MENU_LABEL_UPDATE_LAKKA),
|
||||
MENU_SETTING_ACTION, 0, 0);
|
||||
#endif
|
||||
|
||||
menu_entries_add(info->list,
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_THUMBNAILS_UPDATER_LIST),
|
||||
menu_hash_to_str(MENU_LABEL_THUMBNAILS_UPDATER_LIST),
|
||||
MENU_SETTING_ACTION, 0, 0);
|
||||
#else
|
||||
menu_entries_add(info->list,
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_CORE_UPDATER_LIST),
|
||||
menu_hash_to_str(MENU_LABEL_CORE_UPDATER_LIST),
|
||||
@ -2452,6 +2456,8 @@ static int menu_displaylist_parse_options(
|
||||
MENU_SETTING_ACTION, 0, 0);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#else
|
||||
menu_entries_add(info->list,
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_NO_ITEMS),
|
||||
|
Loading…
x
Reference in New Issue
Block a user