diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-04-27 19:24:07 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-04-27 19:24:07 +0200 |
| commit | 3cb61ff8404a582f338692a786c1ffda3952e0f6 (patch) | |
| tree | e2f242b4facd29169fba8edb012819597ea2431d /src | |
| parent | b7a07c381613c5f3f1847be4252b8b52dabcf4c4 (diff) | |
| download | box64-3cb61ff8404a582f338692a786c1ffda3952e0f6.tar.gz box64-3cb61ff8404a582f338692a786c1ffda3952e0f6.zip | |
Added 3 more functions on wrapped sdl2 (for VVVVVV)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedsdl2_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wrapped/wrappedsdl2_private.h b/src/wrapped/wrappedsdl2_private.h index 0443c075..b3e6ef7d 100644 --- a/src/wrapped/wrappedsdl2_private.h +++ b/src/wrapped/wrappedsdl2_private.h @@ -268,6 +268,7 @@ GO(SDL_GetTextureColorMod, iFpppp) GO(SDL_GetThreadID, LFp) GO(SDL_GetThreadName, pFp) GO(SDL_GetTicks, uFv) +GO(SDL_GetTicks64, UFv) GO(SDL_GetTouchDevice, lFi) GO(SDL_GetTouchDeviceType, iFl) GO(SDL_GetTouchFinger, pFli) @@ -547,6 +548,7 @@ GO(SDL_RenderSetLogicalSize, iFpii) GO(SDL_RenderSetScale, iFpff) GO(SDL_RenderSetViewport, iFpp) GO(SDL_RenderTargetSupported, iFp) +GO(SDL_RenderSetVSync, iFpi) GO(SDL_RenderWindowToLogical, vFpiipp) GO(SDL_ReportAssertion, uFpppi) GO(SDL_ResetAssertionReport, vFv) @@ -611,6 +613,7 @@ GO(SDL_SetTextInputRect, vFp) GO(SDL_SetTextureAlphaMod, iFpC) GO(SDL_SetTextureBlendMode, iFpu) GO(SDL_SetTextureColorMod, iFpCCC) +GO(SDL_SetTextureScaleMode, iFpu) GO(SDL_SetThreadPriority, iFu) GO(SDL_SetWindowBordered, vFpi) GO(SDL_SetWindowBrightness, iFpf) |