mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
disable the entry until it's properly implemented
This commit is contained in:
parent
b8ae27625b
commit
f980e424b6
@ -1786,10 +1786,12 @@ static int menu_displaylist_parse_load_content_settings(menu_displaylist_info_t
|
||||
menu_hash_to_str(MENU_LABEL_SHADER_OPTIONS),
|
||||
MENU_SETTING_ACTION, 0, 0);
|
||||
#endif
|
||||
#if 0
|
||||
menu_entries_push(info->list,
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_ACHIEVEMENT_LIST),
|
||||
menu_hash_to_str(MENU_LABEL_ACHIEVEMENT_LIST),
|
||||
MENU_SETTING_ACTION, 0, 0);
|
||||
#endif
|
||||
}
|
||||
else
|
||||
menu_entries_push(info->list,
|
||||
|
Loading…
x
Reference in New Issue
Block a user