mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +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"
|
||||
|
||||
// does not work yet.
|
||||
//Option "$VIDMNU_PREFERBACKEND", "vid_preferbackend", "PreferBackend"
|
||||
//StaticText " "
|
||||
Option "$VIDMNU_PREFERBACKEND", "vid_preferbackend", "PreferBackend"
|
||||
StaticText " "
|
||||
Option "$VIDMNU_FULLSCREEN", "vid_fullscreen", "YesNo"
|
||||
|
||||
IfOption(Mac)
|
||||
|
|
Loading…
Reference in a new issue