mirror of
https://github.com/libretro/RetroArch
synced 2025-02-12 09:40:06 +00:00
remove conditional hiding CRT SwitchRes options
Since RPi will support switching without X, these options need to be visible even when there's no display server
This commit is contained in:
parent
c455a86545
commit
a80e15f135
@ -6684,7 +6684,6 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, menu_displaylist
|
|||||||
break;
|
break;
|
||||||
case DISPLAYLIST_VIDEO_SETTINGS_LIST:
|
case DISPLAYLIST_VIDEO_SETTINGS_LIST:
|
||||||
menu_entries_ctl(MENU_ENTRIES_CTL_CLEAR, info->list);
|
menu_entries_ctl(MENU_ENTRIES_CTL_CLEAR, info->list);
|
||||||
if (!string_is_equal(video_display_server_get_ident(), "null"))
|
|
||||||
menu_displaylist_parse_settings_enum(menu, info,
|
menu_displaylist_parse_settings_enum(menu, info,
|
||||||
MENU_ENUM_LABEL_CRT_SWITCHRES_SETTINGS,
|
MENU_ENUM_LABEL_CRT_SWITCHRES_SETTINGS,
|
||||||
PARSE_ACTION, false);
|
PARSE_ACTION, false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user