From e4e5f91be58aa5a08eb3b05ca1ea7803c8d91afa Mon Sep 17 00:00:00 2001 From: MegaMech Date: Sun, 17 Apr 2022 00:11:40 -0600 Subject: audio load.c decomp (#176) --- include/PR/ultratypes.h | 1 + include/common_structs.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/PR/ultratypes.h b/include/PR/ultratypes.h index 1f0d3e012..f4cf12249 100644 --- a/include/PR/ultratypes.h +++ b/include/PR/ultratypes.h @@ -37,6 +37,7 @@ typedef s32 intptr_t; typedef s32 ptrdiff_t; #else #include +typedef ptrdiff_t ssize_t; #endif #endif diff --git a/include/common_structs.h b/include/common_structs.h index f86aff166..0006f1a71 100644 --- a/include/common_structs.h +++ b/include/common_structs.h @@ -387,7 +387,7 @@ typedef struct { /* 0x023A */ s16 unk_23A; /* 0x023C */ f32 unk_23C; /* 0x0240 */ s32 unk_240; - /* 0x0244 */ u16 unk_244[4]; + /* 0x0244 */ u16 unk_244[4]; // [0] Active texture group /* 0x0244 */ u16 unk_24C[4]; /* 0x0254 */ u16 characterId; /* 0x0256 */ s16 unk_256; -- cgit v1.2.3