Skip to content

Commit

Permalink
libretro: Remove VertexShaderGeneratorHLSL from Makefile.common. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Nov 22, 2020
1 parent 16e54c6 commit ded92e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libretro/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ded92e5

Please sign in to comment.