mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Get rid of unnecessary update autoconfig profiles HID option
This commit is contained in:
parent
a480ad285b
commit
8d04b1fbda
@ -1768,13 +1768,6 @@ static int menu_displaylist_parse_options(menu_displaylist_info_t *info)
|
||||
menu_hash_to_str(MENU_LABEL_UPDATE_AUTOCONFIG_PROFILES),
|
||||
MENU_SETTING_ACTION, 0, 0);
|
||||
|
||||
#ifdef HAVE_HID
|
||||
menu_list_push(info->list,
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_UPDATE_AUTOCONFIG_PROFILES_HID),
|
||||
menu_hash_to_str(MENU_LABEL_UPDATE_AUTOCONFIG_PROFILES_HID),
|
||||
MENU_SETTING_ACTION, 0, 0);
|
||||
#endif
|
||||
|
||||
menu_list_push(info->list,
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_UPDATE_CHEATS),
|
||||
menu_hash_to_str(MENU_LABEL_UPDATE_CHEATS),
|
||||
|
Loading…
Reference in New Issue
Block a user