mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 04:20:42 +00:00
- Add OpenGL ES to the backend options in the menu.
This commit is contained in:
parent
387a03c7ee
commit
a9d7eb06c7
1 changed files with 1 additions and 0 deletions
|
@ -1573,6 +1573,7 @@ OptionValue PreferBackend
|
||||||
1, "$OPTVAL_VULKAN"
|
1, "$OPTVAL_VULKAN"
|
||||||
// Enable when HAVE_SOFTPOLY will be defined
|
// Enable when HAVE_SOFTPOLY will be defined
|
||||||
//2, "$OPTVAL_SOFTPOLY"
|
//2, "$OPTVAL_SOFTPOLY"
|
||||||
|
3, "$OPTVAL_OPENGLES"
|
||||||
}
|
}
|
||||||
|
|
||||||
OptionMenu VideoModeMenu protected
|
OptionMenu VideoModeMenu protected
|
||||||
|
|
Loading…
Reference in a new issue