mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-15 09:01:24 +00:00
- add vid_scalemode 6 to the menu
# Conflicts: # wadsrc/static/menudef.txt
This commit is contained in:
parent
38c5e84b82
commit
98b00b0c79
2 changed files with 2 additions and 1 deletions
|
@ -2516,6 +2516,7 @@ OPTVAL_VTAZDOOM = "Auto (ZDoom Preferred)";
|
|||
OPTVAL_VTAVANILLA = "Auto (Vanilla Preferred)";
|
||||
OPTVAL_SCALENEAREST = "Scaled (Nearest)";
|
||||
OPTVAL_SCALELINEAR = "Scaled (Linear)";
|
||||
OPTVAL_LOWEST = "Lowest Possible Scale";
|
||||
OPTVAL_LETTERBOX = "Letterbox";
|
||||
OPTVAL_SMALL = "Small";
|
||||
OPTVAL_LARGE = "Large";
|
||||
|
|
|
@ -2215,7 +2215,7 @@ OptionValue ScaleModes
|
|||
3, "640x400"
|
||||
4, "1280x800"
|
||||
5, "$OPTVAL_CUSTOM"
|
||||
6, "356x200"
|
||||
6, "$OPTVAL_LOWEST"
|
||||
}
|
||||
OptionValue CropAspect
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue