mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +00:00
- fix scaling menu options
This commit is contained in:
parent
298bbb4c97
commit
c21c7a0670
1 changed files with 3 additions and 3 deletions
|
@ -1491,8 +1491,8 @@ OptionValue Ratios
|
||||||
}
|
}
|
||||||
OptionValue ScaleModes
|
OptionValue ScaleModes
|
||||||
{
|
{
|
||||||
0, "$OPTVAL_SCALENEAREST"
|
0, "$OPTVAL_SCALENORMAL"
|
||||||
1, "$OPTVAL_SCALELINEAR"
|
1, "$OPTVAL_SCALEMINIMAL"
|
||||||
2, "640x400"
|
2, "640x400"
|
||||||
3, "960x600"
|
3, "960x600"
|
||||||
4, "1280x800"
|
4, "1280x800"
|
||||||
|
@ -1550,7 +1550,7 @@ OptionMenu VideoModeMenu //protected
|
||||||
StaticText "$VIDMNU_CUSTOMRES"
|
StaticText "$VIDMNU_CUSTOMRES"
|
||||||
TextField "$VIDMNU_CUSTOMX", menu_resolution_custom_width
|
TextField "$VIDMNU_CUSTOMX", menu_resolution_custom_width
|
||||||
TextField "$VIDMNU_CUSTOMY", menu_resolution_custom_height
|
TextField "$VIDMNU_CUSTOMY", menu_resolution_custom_height
|
||||||
Option "$VIDMNU_USELINEAR", "vid_scale_customlinear", "YesNo"
|
Option "$VIDMNU_USELINEAR", "vid_scale_linear", "YesNo"
|
||||||
StaticText ""
|
StaticText ""
|
||||||
Command "$VIDMNU_APPLYW", "menu_resolution_commit_changes 0"
|
Command "$VIDMNU_APPLYW", "menu_resolution_commit_changes 0"
|
||||||
Command "$VIDMNU_APPLYFS", "menu_resolution_commit_changes 1"
|
Command "$VIDMNU_APPLYFS", "menu_resolution_commit_changes 1"
|
||||||
|
|
Loading…
Reference in a new issue