diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-02-11 18:43:20 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-02-11 18:43:20 +0100 |
| commit | e0dfef846199c4470dc0bdf26214ec8d30a0d2ce (patch) | |
| tree | 941d3f4ca5a242ae477b7ba55cb3ce1e1cf61b58 /src/wrapped | |
| parent | 27a07d23d7fe45e35c5b6d0e47f8ab96d91b1d00 (diff) | |
| download | box64-e0dfef846199c4470dc0bdf26214ec8d30a0d2ce.tar.gz box64-e0dfef846199c4470dc0bdf26214ec8d30a0d2ce.zip | |
Added 1 wrapped function to libsdl2
Diffstat (limited to 'src/wrapped')
| -rwxr-xr-x | src/wrapped/wrappedsdl2_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedsdl2_private.h b/src/wrapped/wrappedsdl2_private.h index 031b28f8..55abb776 100755 --- a/src/wrapped/wrappedsdl2_private.h +++ b/src/wrapped/wrappedsdl2_private.h @@ -656,7 +656,7 @@ GO(SDL_UnlockSurface, vFp) GO(SDL_UnlockTexture, vFp) GO(SDL_UpdateTexture, iFpppi) GO(SDL_UpdateWindowSurface, iFp) -// SDL_UpdateWindowSurfaceRects +GO(SDL_UpdateWindowSurfaceRects, iFppi) GO(SDL_UpdateYUVTexture, iFpppipipi) GO(SDL_UpperBlit, iFpppp) GO(SDL_UpperBlitScaled, iFpppp) |