From cbbf4fb662f54fffa5e4f3f4b50bfe1e7af25d9d Mon Sep 17 00:00:00 2001 From: Kevin Caccamo Date: Tue, 21 Aug 2018 05:08:57 -0400 Subject: [PATCH] Add 1280x1024 to the resolution preset menu --- wadsrc/static/language.enu | 1 + wadsrc/static/menudef.txt | 3 +++ 2 files changed, 4 insertions(+) diff --git a/wadsrc/static/language.enu b/wadsrc/static/language.enu index c3bff9b298..c843f5fcdc 100644 --- a/wadsrc/static/language.enu +++ b/wadsrc/static/language.enu @@ -2275,6 +2275,7 @@ VIDMNU_RESPRESET = "Choose Resolution Preset"; VIDMNU_RESPRESETTTL = "Custom Resolution Presets"; VIDMNU_RESPRESETHEAD = "Preset Resolution Modes"; VIDMNU_ASPECT43 = "4:3 Aspect"; +VIDMNU_ASPECT54 = "5:4 Aspect"; VIDMNU_ASPECT169 = "16:9 Aspect"; VIDMNU_ASPECT1610 = "16:10 Aspect"; diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index f83a65fd9e..218182c07e 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -1954,6 +1954,9 @@ OptionMenu CustomResolutionMenu protected Command "1280x960", "menu_resolution_set_custom 1280 960" Command "1600x1200", "menu_resolution_set_custom 1600 1200" StaticText "" + StaticText "$VIDMNU_ASPECT54" + Command "1280x1024", "menu_resolution_set_custom 1280 1024" + StaticText "" StaticText "$VIDMNU_ASPECT169" Command "960x540", "menu_resolution_set_custom 960 540" Command "(720p HD) 1280x720", "menu_resolution_set_custom 1280 720"