- fixed render backend switch menu option

This commit is contained in:
alexey.lysiuk 2021-04-09 10:47:00 +03:00
parent f20acca498
commit c8c8635b4c

View file

@ -1490,6 +1490,14 @@ OptionValue GPUSwitch
2.0, "$OPTVAL_INTEGRATED"
}
OptionValue PreferBackend
{
0, "$OPTVAL_OPENGL"
1, "$OPTVAL_VULKAN"
// Enable when HAVE_SOFTPOLY will be defined
//2, "$OPTVAL_SOFTPOLY"
}
OptionMenu VideoModeMenu protected
{
Title "$VIDMNU_TITLE"