mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 06:44:48 -04:00
Decompile audioStop
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -7389,4 +7389,13 @@ struct var8007f8dc {
|
||||
/*0x100*/ u32 unk100;
|
||||
};
|
||||
|
||||
struct var8005f12c {
|
||||
u32 unk00;
|
||||
u32 unk04;
|
||||
u32 unk08;
|
||||
u32 unk0c;
|
||||
u32 unk10;
|
||||
ALEventQueue evtq;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user