From fb4f5809224913b342c5cfae9c91787faa61eed4 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 21 Sep 2024 12:20:26 +0200 Subject: [BOX32] Added some more 32bits wrapped functions (Chicken Invaders 3 works, but need SDL12COMPAT_OPENGL_SCALING=0) --- src/include/myalign32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/myalign32.h b/src/include/myalign32.h index e1104ad0..515b0ff5 100755 --- a/src/include/myalign32.h +++ b/src/include/myalign32.h @@ -481,7 +481,7 @@ struct i386_hostent { struct i386_iovec { ptr_t iov_base; // void * - uint32_t iov_len; + ulong_t iov_len; }; struct i386_msghdr -- cgit 1.4.1