mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Add 1280x1024 to the resolution preset menu
This commit is contained in:
parent
1d930b45cf
commit
cbbf4fb662
2 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue