Skip to content

Commit

Permalink
- move backend selector from display menu to video mode menu
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Dec 6, 2019
1 parent edd7fe1 commit a477dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wadsrc/static/menudef.txt
Expand Up @@ -924,8 +924,6 @@ OptionMenu "VideoOptions" protected
Submenu "$GLMNU_TEXOPT", "GLTextureGLOptions"
Submenu "$GLMNU_DYNLIGHT", "GLLightOptions"
StaticText " "
Option "$DSPLYMNU_PREFERBACKEND", "vid_preferbackend", "PreferBackend"
StaticText " "
Slider "$DSPLYMNU_SCREENSIZE", "screenblocks", 3.0, 12.0, 1.0, 0

Slider "$DSPLYMNU_GAMMA", "Gamma", 0.75, 3.0, 0.05, 2
Expand Down Expand Up @@ -2215,6 +2213,8 @@ OptionMenu VideoModeMenu protected
{
Title "$VIDMNU_TITLE"

Option "$VIDMNU_PREFERBACKEND", "vid_preferbackend", "PreferBackend"
StaticText " "
Option "$VIDMNU_RENDERMODE", "vid_rendermode", "RenderMode"
Option "$VIDMNU_FULLSCREEN", "fullscreen", "YesNo"

Expand Down

0 comments on commit a477dbb

Please sign in to comment.