mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Revert "D3D10/11/12 can work without SPIRV-Cross/glslang - you just won't"
This reverts commit 4fcf2c42ef50f4347d260c5d57f9692ae61a2f7a.
This commit is contained in:
parent
7470be6982
commit
e2e9823eb7
@ -541,6 +541,18 @@ if [ "$HAVE_SPIRV_CROSS" != "no" ]; then
|
||||
HAVE_SPIRV_CROSS=no
|
||||
fi
|
||||
|
||||
if [ "$HAVE_D3D10" != "no" ]; then
|
||||
die : 'd3d10'
|
||||
HAVE_D3D10=no
|
||||
fi
|
||||
if [ "$HAVE_D3D11" != "no" ]; then
|
||||
die : 'd3d11'
|
||||
HAVE_D3D11=no
|
||||
fi
|
||||
if [ "$HAVE_D3D12" != "no" ]; then
|
||||
die : 'd3d12'
|
||||
HAVE_D3D12=no
|
||||
fi
|
||||
if [ "$HAVE_OPENGL_CORE" != "no" ]; then
|
||||
die : 'glcore'
|
||||
HAVE_OPENGL_CORE=no
|
||||
|
Loading…
x
Reference in New Issue
Block a user