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"