mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 15:02:39 +00:00
Added lens distortion effect to menus
This commit is contained in:
parent
976a78429e
commit
0457fee9c0
2 changed files with 2 additions and 0 deletions
|
@ -2621,6 +2621,7 @@ GLPREFMNU_VRQUADSTEREO = "Enable Quad Stereo";
|
||||||
GLPREFMNU_MULTISAMPLE = "Multisample";
|
GLPREFMNU_MULTISAMPLE = "Multisample";
|
||||||
GLPREFMNU_TONEMAP = "Tonemap Mode";
|
GLPREFMNU_TONEMAP = "Tonemap Mode";
|
||||||
GLPREFMNU_BLOOM = "Bloom effect";
|
GLPREFMNU_BLOOM = "Bloom effect";
|
||||||
|
GLPREFMNU_LENS = "Lens distortion effect";
|
||||||
|
|
||||||
// Option Values
|
// Option Values
|
||||||
OPTVAL_SMART = "Smart";
|
OPTVAL_SMART = "Smart";
|
||||||
|
|
|
@ -220,4 +220,5 @@ OptionMenu "GLPrefOptions"
|
||||||
Option "$GLPREFMNU_MULTISAMPLE", gl_multisample, "Multisample"
|
Option "$GLPREFMNU_MULTISAMPLE", gl_multisample, "Multisample"
|
||||||
Option "$GLPREFMNU_TONEMAP", gl_tonemap, "TonemapModes"
|
Option "$GLPREFMNU_TONEMAP", gl_tonemap, "TonemapModes"
|
||||||
Option "$GLPREFMNU_BLOOM", gl_bloom, "OnOff"
|
Option "$GLPREFMNU_BLOOM", gl_bloom, "OnOff"
|
||||||
|
Option "$GLPREFMNU_LENS", gl_lens, "OnOff"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue