- add vid_scalemode 6 to the menu

# Conflicts:
#	wadsrc/static/menudef.txt
This commit is contained in:
Rachael Alexanderson 2019-12-22 08:57:17 -05:00 committed by drfrag
parent 38c5e84b82
commit 98b00b0c79
2 changed files with 2 additions and 1 deletions

View file

@ -2516,6 +2516,7 @@ OPTVAL_VTAZDOOM = "Auto (ZDoom Preferred)";
OPTVAL_VTAVANILLA = "Auto (Vanilla Preferred)"; OPTVAL_VTAVANILLA = "Auto (Vanilla Preferred)";
OPTVAL_SCALENEAREST = "Scaled (Nearest)"; OPTVAL_SCALENEAREST = "Scaled (Nearest)";
OPTVAL_SCALELINEAR = "Scaled (Linear)"; OPTVAL_SCALELINEAR = "Scaled (Linear)";
OPTVAL_LOWEST = "Lowest Possible Scale";
OPTVAL_LETTERBOX = "Letterbox"; OPTVAL_LETTERBOX = "Letterbox";
OPTVAL_SMALL = "Small"; OPTVAL_SMALL = "Small";
OPTVAL_LARGE = "Large"; OPTVAL_LARGE = "Large";

View file

@ -2215,7 +2215,7 @@ OptionValue ScaleModes
3, "640x400" 3, "640x400"
4, "1280x800" 4, "1280x800"
5, "$OPTVAL_CUSTOM" 5, "$OPTVAL_CUSTOM"
6, "356x200" 6, "$OPTVAL_LOWEST"
} }
OptionValue CropAspect OptionValue CropAspect
{ {