mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Put this behind ifdef
This commit is contained in:
parent
ea9d5e3a5e
commit
cb85b3e8dd
@ -5296,10 +5296,12 @@ unsigned menu_displaylist_build_list(file_list_t *list, enum menu_displaylist_ct
|
||||
PARSE_ONLY_BOOL, false) != -1)
|
||||
count++;
|
||||
|
||||
#ifdef HAVE_ONLINE_UPDATER
|
||||
if (menu_displaylist_parse_settings_enum(list,
|
||||
MENU_ENUM_LABEL_UPDATER_SETTINGS,
|
||||
PARSE_ACTION, false) != -1)
|
||||
count++;
|
||||
#endif
|
||||
}
|
||||
break;
|
||||
case DISPLAYLIST_CHEAT_SEARCH_SETTINGS_LIST:
|
||||
|
Loading…
x
Reference in New Issue
Block a user