mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 07:57:58 +00:00
- rename vid_scalemode 0 to 'normal'
This commit is contained in:
parent
3b336a1476
commit
039196bcb3
1 changed files with 1 additions and 1 deletions
|
@ -2194,7 +2194,7 @@ OptionValue Ratios
|
||||||
}
|
}
|
||||||
OptionValue ScaleModes
|
OptionValue ScaleModes
|
||||||
{
|
{
|
||||||
0, "$OPTVAL_SCALENEAREST"
|
0, "$OPTVAL_NORMAL"
|
||||||
6, "320x200"
|
6, "320x200"
|
||||||
2, "640x400"
|
2, "640x400"
|
||||||
3, "960x600"
|
3, "960x600"
|
||||||
|
|
Loading…
Reference in a new issue