Try to see if this works

This commit is contained in:
twinaphex 2018-01-29 17:48:57 +01:00
parent 34699a9504
commit fde8cbecf2
2 changed files with 4 additions and 1 deletions

View File

@ -297,6 +297,9 @@ if [ "$OS" = 'Win32' ]; then
HAVE_XAUDIO=yes
else
HAVE_D3D9=no
HAVE_D3D10=no
HAVE_D3D11=no
HAVE_D3D12=no
fi
if [ "$HAVE_OPENGL" != 'no' ] && [ "$HAVE_OPENGLES" != 'yes' ]; then

View File

@ -39,7 +39,7 @@ HAVE_D3D8=no # Direct3D 8 support
HAVE_D3D9=yes # Direct3D 9 support
HAVE_D3D10=yes # Direct3D 10 support
HAVE_D3D11=yes # Direct3D 11 support
HAVE_D3D12=yes # Direct3D 11 support
HAVE_D3D12=yes # Direct3D 12 support
HAVE_D3DX=yes # Direct3DX support
HAVE_OPENGL=auto # OpenGL support
HAVE_MALI_FBDEV=no # Mali fbdev context support