mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-27 06:11:51 +00:00
Don't hide option for showing/hiding "Online Updater" on Lakka.
This commit is contained in:
parent
83991d6c36
commit
84701efd24
@ -5286,13 +5286,15 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
||||
MENU_ENUM_LABEL_MENU_SHOW_LOAD_CONTENT,
|
||||
PARSE_ONLY_BOOL, false);
|
||||
|
||||
#if defined(HAVE_NETWORKING) && !defined(HAVE_LAKKA)
|
||||
#if defined(HAVE_NETWORKING)
|
||||
menu_displaylist_parse_settings_enum(menu, info,
|
||||
MENU_ENUM_LABEL_MENU_SHOW_ONLINE_UPDATER,
|
||||
PARSE_ONLY_BOOL, false);
|
||||
#if !defined(HAVE_LAKKA)
|
||||
menu_displaylist_parse_settings_enum(menu, info,
|
||||
MENU_ENUM_LABEL_MENU_SHOW_CORE_UPDATER,
|
||||
PARSE_ONLY_BOOL, false);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
menu_displaylist_parse_settings_enum(menu, info,
|
||||
|
Loading…
x
Reference in New Issue
Block a user