Add 32-bit support to SDL version

This commit is contained in:
elasota
2021-02-28 23:31:13 -05:00
parent 95e4eb4e34
commit e94d1511b1
5 changed files with 79 additions and 20 deletions

View File

@@ -97,6 +97,7 @@
<ClCompile Include="GpFiber_SDL.cpp" />
<ClCompile Include="GpMain_SDL_Win32.cpp" />
<ClCompile Include="ShaderCode\CopyQuadP.cpp" />
<ClCompile Include="ShaderCode\DrawQuad32P.cpp" />
<ClCompile Include="ShaderCode\DrawQuadPaletteP.cpp" />
<ClCompile Include="ShaderCode\DrawQuadV.cpp" />
<ClCompile Include="ShaderCode\ScaleQuadP.cpp" />