Decompile audioStop

This commit is contained in:
Ryan Dwyer
2021-10-18 17:37:20 +10:00
parent 3eb8137335
commit de0021904f
6 changed files with 59 additions and 125 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ extern struct rdptask *g_RdpCurTask;
extern u32 var8005f120;
extern u32 var8005f124;
extern u32 var8005f128;
extern u32 var8005f12c;
extern struct var8005f12c *var8005f12c;
extern u32 var8005f130;
extern u32 var8005f134;
extern u32 var8005f138;
+1 -1
View File
@@ -17,7 +17,7 @@ u32 func0003364c(void);
bool audioIsPlaying(struct audiohandle *handle);
struct audiohandle *func00033820(s32 arg0, s16 soundnum, s32 arg2, s32 arg3, f32 arg4, s32 arg5, s32 arg6, struct audiohandle **handle);
void audioStop(struct audiohandle *handle);
u32 func00033bc0(void);
void func00033bc0(struct audiohandle *handle);
u32 func00033c30(void);
u32 func00033cf0(void);
u32 func00033db0(void);
+9
View File
@@ -7389,4 +7389,13 @@ struct var8007f8dc {
/*0x100*/ u32 unk100;
};
struct var8005f12c {
u32 unk00;
u32 unk04;
u32 unk08;
u32 unk0c;
u32 unk10;
ALEventQueue evtq;
};
#endif