about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedsdl1mixertypes.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-19 11:52:34 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-03-19 11:52:34 +0100
commit7db570af13eed1e90dd9a166e57e37f58db7d5c7 (patch)
treeda809af62f68bc031c3946f628d6c34410c3c8b3 /src/wrapped/generated/wrappedsdl1mixertypes.h
parent6a2183189462127c2b23abc882245adc25eb644d (diff)
downloadbox64-7db570af13eed1e90dd9a166e57e37f58db7d5c7.tar.gz
box64-7db570af13eed1e90dd9a166e57e37f58db7d5c7.zip
Rmoved the 32bits->64bits wrapper hack (there might be some regression, but it's needed for riscv and other architectures wich sign extend ther 32bits values)
Diffstat (limited to 'src/wrapped/generated/wrappedsdl1mixertypes.h')
-rw-r--r--src/wrapped/generated/wrappedsdl1mixertypes.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped/generated/wrappedsdl1mixertypes.h b/src/wrapped/generated/wrappedsdl1mixertypes.h
index e9fac810..e480763f 100644
--- a/src/wrapped/generated/wrappedsdl1mixertypes.h
+++ b/src/wrapped/generated/wrappedsdl1mixertypes.h
@@ -14,10 +14,10 @@
 typedef void (*vFp_t)(void*);
 typedef void* (*pFp_t)(void*);
 typedef void (*vFpp_t)(void*, void*);
-typedef int64_t (*iFip_t)(int64_t, void*);
-typedef void* (*pFpi_t)(void*, int64_t);
-typedef void* (*pFpii_t)(void*, int64_t, int64_t);
-typedef int64_t (*iFippp_t)(int64_t, void*, void*, void*);
+typedef int32_t (*iFip_t)(int32_t, void*);
+typedef void* (*pFpi_t)(void*, int32_t);
+typedef void* (*pFpii_t)(void*, int32_t, int32_t);
+typedef int32_t (*iFippp_t)(int32_t, void*, void*, void*);
 
 #define SUPER() ADDED_FUNCTIONS() \
 	GO(Mix_ChannelFinished, vFp_t) \