mirror of
https://github.com/zeldaret/oot
synced 2026-05-29 08:43:02 -04:00
Warning fixes
This commit is contained in:
+3
-3
@@ -1955,11 +1955,11 @@ void Audio_ProcessLoads(s32 resetStatus);
|
||||
void func_800E301C(void* callback);
|
||||
void Audio_ContextInit(void* heap, u32 heapSize);
|
||||
void Audio_SyncLoadsInit(void);
|
||||
s32 Audio_SyncLoadSample(s32 arg0, s32 arg1, u8* arg2);
|
||||
s32 Audio_SyncLoadSeq(s32 seqIdx, u8* ramAddr, u8* arg2);
|
||||
s32 Audio_SyncLoadSample(s32 arg0, s32 arg1, s8* arg2);
|
||||
s32 Audio_SyncLoadSeq(s32 seqIdx, u8* ramAddr, s8* arg2);
|
||||
void Audio_AsyncLoadReqInit(void);
|
||||
void func_800E4D94(void);
|
||||
void func_800E4EEC(s32 tableType, s32 arg1, u8* arg2);
|
||||
void func_800E4EEC(s32 tableType, s32 arg1, s8* arg2);
|
||||
void func_800E4F58(void);
|
||||
void func_800E4FB0(void);
|
||||
AudioTask* func_800E4FE0(void);
|
||||
|
||||
@@ -3161,8 +3161,6 @@ extern FaultThreadStruct gFaultStruct;
|
||||
//extern ? D_8016B6B5;
|
||||
//extern ? D_8016B6B8;
|
||||
extern OSMesgQueue D_8016B6E0;
|
||||
//extern OSMesg D_8016B6F8;
|
||||
extern u8* D_8016B738[];
|
||||
//extern u32 D_8016B780;
|
||||
//extern ? D_8016B7A8;
|
||||
//extern ? D_8016B7AC;
|
||||
|
||||
+5
-5
@@ -731,7 +731,7 @@ typedef struct {
|
||||
/* 0x1C */ u32 retMsg;
|
||||
/* 0x20 */ OSMesgQueue* retQueue;
|
||||
/* 0x24 */ OSMesgQueue msgQueue;
|
||||
/* 0x3C */ OSMesg msg[1];
|
||||
/* 0x3C */ OSMesg msg;
|
||||
/* 0x40 */ OSIoMesg ioMesg;
|
||||
} AsyncLoadReq; // size = 0x58
|
||||
|
||||
@@ -748,7 +748,7 @@ typedef struct {
|
||||
/* 0x1C */ s8* isDone;
|
||||
/* 0x20 */ AudioBankSample sample;
|
||||
/* 0x30 */ OSMesgQueue msgqueue;
|
||||
/* 0x48 */ OSMesg msg[1];
|
||||
/* 0x48 */ OSMesg msg;
|
||||
/* 0x4C */ OSIoMesg ioMesg;
|
||||
} AudioSyncLoad; // size = 0x64
|
||||
|
||||
@@ -827,8 +827,8 @@ typedef struct {
|
||||
s32 unk_04;
|
||||
s32 unk_08;
|
||||
s32 unk_0C;
|
||||
s32 unk_10;
|
||||
s32 unk_14;
|
||||
u32 unk_10;
|
||||
u32 unk_14;
|
||||
} RelocInfo;
|
||||
|
||||
typedef enum {
|
||||
@@ -893,7 +893,7 @@ typedef struct {
|
||||
/* 0x2838 */ AudioTable* audioTable;
|
||||
union {
|
||||
/* 0x283C */ u16* unk_283C;
|
||||
/* 0x283C */ char* unk_283Cb;
|
||||
/* 0x283C */ u8* unk_283Cb;
|
||||
};
|
||||
/* 0x2840 */ u16 seqTabEntCnt; // channels used?
|
||||
/* 0x2844 */ CtlEntry* ctlEntries;
|
||||
|
||||
Reference in New Issue
Block a user