mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
libretro: Remove VertexShaderGeneratorHLSL from Makefile.common. Fixes #13696
This commit is contained in:
parent
16e54c6300
commit
ded92e51dd
1 changed files with 1 additions and 2 deletions
|
@ -670,8 +670,7 @@ SOURCES_CXX += \
|
|||
$(GPUDIR)/Directx9/StateMappingDX9.cpp \
|
||||
$(GPUDIR)/Directx9/StencilBufferDX9.cpp \
|
||||
$(GPUDIR)/Directx9/TextureCacheDX9.cpp \
|
||||
$(GPUDIR)/Directx9/TextureScalerDX9.cpp \
|
||||
$(GPUDIR)/Directx9/VertexShaderGeneratorHLSL.cpp
|
||||
$(GPUDIR)/Directx9/TextureScalerDX9.cpp
|
||||
|
||||
SOURCES_CXX += \
|
||||
$(GPUDIR)/D3D11/DepalettizeShaderD3D11.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue