about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-21 15:32:42 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-04-21 15:32:42 +0200
commit406ddff9a1646a31f9dff01e3fd765bafbe02d1a (patch)
tree4110671e340e06f5151d3575dc65edf3e0e92102 /src
parentd16d985a48877b190fab31cfe82eaa380cd8bc3e (diff)
downloadbox64-406ddff9a1646a31f9dff01e3fd765bafbe02d1a.tar.gz
box64-406ddff9a1646a31f9dff01e3fd765bafbe02d1a.zip
Added 1 more funciton to libSDL2
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedsdl2_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedsdl2_private.h b/src/wrapped/wrappedsdl2_private.h
index 36a52790..5e2f5656 100755
--- a/src/wrapped/wrappedsdl2_private.h
+++ b/src/wrapped/wrappedsdl2_private.h
@@ -551,7 +551,7 @@ GO(SDL_SetHintWithPriority, iFppi)
 GO(SDL_SetMainReady, vFv)
 // SDL_SetMemoryFunctions
 GO(SDL_SetModState, vFi)
-// SDL_SetPaletteColors
+GO(SDL_SetPaletteColors, iFppii)
 // SDL_SetPixelFormatPalette
 GO(SDL_SetRelativeMouseMode, iFi)
 GO(SDL_SetRenderDrawBlendMode, iFpu)