about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedsdl2types.h
diff options
context:
space:
mode:
authorYang Liu <numbksco@gmail.com>2024-09-28 01:00:08 +0800
committerGitHub <noreply@github.com>2024-09-27 19:00:08 +0200
commit42e60bc7c52d49805a74d19745574e28d76ab46f (patch)
tree15e615e8658e13440c1b70d74cf54866b7393126 /src/wrapped/generated/wrappedsdl2types.h
parent93dc8fce10bf7ee7da52aeead17723beea1157d7 (diff)
downloadbox64-42e60bc7c52d49805a74d19745574e28d76ab46f.tar.gz
box64-42e60bc7c52d49805a74d19745574e28d76ab46f.zip
[BOX32][WRAPPER] Wrapped more SDL2 functions (#1881)
Diffstat (limited to 'src/wrapped/generated/wrappedsdl2types.h')
-rw-r--r--src/wrapped/generated/wrappedsdl2types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/generated/wrappedsdl2types.h b/src/wrapped/generated/wrappedsdl2types.h
index e0cf1884..4f2ef49f 100644
--- a/src/wrapped/generated/wrappedsdl2types.h
+++ b/src/wrapped/generated/wrappedsdl2types.h
@@ -46,7 +46,7 @@ typedef int32_t (*iFpLpp_t)(void*, uintptr_t, void*, void*);
 typedef int32_t (*iFpLpV_t)(void*, uintptr_t, void*, ...);
 typedef uint32_t (*uFppuu_t)(void*, void*, uint32_t, uint32_t);
 typedef void (*vFGpppp_t)(SDL_JoystickGUID, void*, void*, void*, void*);
-typedef int32_t (*iFpippi_t)(void*, int32_t, void*, void*, int32_t);
+typedef uint32_t (*uFpippi_t)(void*, int32_t, void*, void*, int32_t);
 typedef void* (*pFpippp_t)(void*, int32_t, void*, void*, void*);
 
 #define SUPER() ADDED_FUNCTIONS() \
@@ -130,7 +130,7 @@ typedef void* (*pFpippp_t)(void*, int32_t, void*, void*, void*);
 	GO(SDL_RWread, uFppuu_t) \
 	GO(SDL_RWwrite, uFppuu_t) \
 	GO(SDL_GetJoystickGUIDInfo, vFGpppp_t) \
-	GO(SDL_OpenAudioDevice, iFpippi_t) \
+	GO(SDL_OpenAudioDevice, uFpippi_t) \
 	GO(SDL_LoadWAV_RW, pFpippp_t)
 
 #endif // __wrappedsdl2TYPES_H_