Add 1280x1024 to the resolution preset menu

This commit is contained in:
Kevin Caccamo 2018-08-21 05:08:57 -04:00 committed by Christoph Oelckers
parent 1d930b45cf
commit cbbf4fb662
2 changed files with 4 additions and 0 deletions

View File

@ -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";

View File

@ -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"