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

@@ -23,6 +23,7 @@ LOCAL_SRC_FILES := \
GpFiberStarter_SDL.cpp \
ShaderCode/CopyQuadP.cpp \
ShaderCode/DrawQuadPaletteP.cpp \
ShaderCode/DrawQuad32P.cpp \
ShaderCode/DrawQuadV.cpp \
ShaderCode/ScaleQuadP.cpp