mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 04:20:45 +00:00
- enable the render backend switch in the menu.
Vulkan is working now so this can be reactivated.
This commit is contained in:
parent
a80c5db02b
commit
8cc3a81c3b
1 changed files with 2 additions and 3 deletions
|
@ -1494,9 +1494,8 @@ OptionMenu VideoModeMenu protected
|
||||||
{
|
{
|
||||||
Title "$VIDMNU_TITLE"
|
Title "$VIDMNU_TITLE"
|
||||||
|
|
||||||
// does not work yet.
|
Option "$VIDMNU_PREFERBACKEND", "vid_preferbackend", "PreferBackend"
|
||||||
//Option "$VIDMNU_PREFERBACKEND", "vid_preferbackend", "PreferBackend"
|
StaticText " "
|
||||||
//StaticText " "
|
|
||||||
Option "$VIDMNU_FULLSCREEN", "vid_fullscreen", "YesNo"
|
Option "$VIDMNU_FULLSCREEN", "vid_fullscreen", "YesNo"
|
||||||
|
|
||||||
IfOption(Mac)
|
IfOption(Mac)
|
||||||
|
|
Loading…
Reference in a new issue