GPU: Drop OpenGL ES renderer

We can put this through the normal GL renderer instead.
This commit is contained in:
Connor McLaughlin
2020-04-11 00:00:10 +10:00
parent fbfd838e22
commit 6775100170
9 changed files with 15 additions and 769 deletions

View File

@ -63,7 +63,6 @@
<ClCompile Include="game_list.cpp" />
<ClCompile Include="gpu_commands.cpp" />
<ClCompile Include="gpu_hw_d3d11.cpp" />
<ClCompile Include="gpu_hw_opengl_es.cpp" />
<ClCompile Include="gpu_hw_shadergen.cpp" />
<ClCompile Include="gpu_sw.cpp" />
<ClCompile Include="gte.cpp" />
@ -101,7 +100,6 @@
<ClInclude Include="digital_controller.h" />
<ClInclude Include="game_list.h" />
<ClInclude Include="gpu_hw_d3d11.h" />
<ClInclude Include="gpu_hw_opengl_es.h" />
<ClInclude Include="gpu_hw_shadergen.h" />
<ClInclude Include="gpu_sw.h" />
<ClInclude Include="gte.h" />