Decompile func00033f44

This commit is contained in:
Ryan Dwyer
2021-11-09 21:58:47 +10:00
parent 230a90bc68
commit c8b4506b08
5 changed files with 42 additions and 142 deletions
-1
View File
@@ -73,7 +73,6 @@ extern u32 var8005f038;
extern u16 *g_RdpOutBufferEnd;
extern u16 *g_RdpOutBufferStart;
extern struct rdptask *g_RdpCurTask;
extern u32 var8005f120;
extern u32 var8005f124;
extern void *var8005f128;
extern N_ALSndPlayer *g_SndPlayer;
+1 -1
View File
@@ -21,7 +21,7 @@ void func00033db0(void);
void func00033dd8(void);
void audioPostEvent(struct audiohandle *handle, s16 type, s32 data);
u16 func00033ec4(u8 index);
u32 func00033f08(void);
struct var8005f120 *func00033f08(void);
ALMicroTime sndpGetCurTime(void);
void func00033f44(u8 index, u16 volume);
+16
View File
@@ -7409,4 +7409,20 @@ struct asistream {
bool (*unk847c)(struct asistream *stream);
};
struct var8005f120_08_04 {
u16 unk00;
u8 unk02;
};
struct var8005f120_08 {
u32 unk00;
struct var8005f120_08_04 *unk04;
};
struct var8005f120 {
struct var8005f120 *next;
u32 unk04;
struct var8005f120_08 *unk08;
};
#endif