From 8f7038aa5345a8d14ba2cd37f4c097ac154ace1f Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sat, 19 Jan 2019 14:34:18 -0500 Subject: [PATCH] - add 4k UHD resolution to presets --- wadsrc/static/menudef.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index bb14c90be..839d19aca 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -1968,6 +1968,7 @@ OptionMenu CustomResolutionMenu protected Command "1366x768", "menu_resolution_set_custom 1366 768" Command "(1080p HD) 1920x1080", "menu_resolution_set_custom 1920 1080" Command "(1440p HD) 2560x1440", "menu_resolution_set_custom 2560 1440" + Command "(4K UHD) 3840x2160", "menu_resolution_set_custom 3840 2160" StaticText "" StaticText "$VIDMNU_ASPECT1610" Command "960x600", "menu_resolution_set_custom 960 600"