mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Try to see if this works
This commit is contained in:
parent
34699a9504
commit
fde8cbecf2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user