From 3cb61ff8404a582f338692a786c1ffda3952e0f6 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 27 Apr 2024 19:24:07 +0200 Subject: Added 3 more functions on wrapped sdl2 (for VVVVVV) --- src/wrapped/wrappedsdl2_private.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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) -- cgit 1.4.1