mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 15:33:02 -04:00
Attempt to decompile sndStart
This commit is contained in:
@@ -15,7 +15,7 @@ u32 func00033390(void);
|
||||
void func00033634(void *fn);
|
||||
u32 func0003364c(void);
|
||||
u32 audioIsPlaying(struct audiohandle *handle);
|
||||
u32 func00033820(void);
|
||||
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);
|
||||
u32 func00033c30(void);
|
||||
|
||||
@@ -35,7 +35,7 @@ u32 snd0001036c(void);
|
||||
void sndAdjust(struct audiohandle **handle, s32 arg1, s32 arg2, s32 speakerweight, s16 arg4, f32 arg5, s32 arg6, s32 arg7, s32 arg8);
|
||||
struct audiohandle *snd00010718(struct audiohandle **handle, s32 arg1, s32 arg2, s32 arg3, s32 arg4, f32 arg5, s32 arg6, s32 arg7, s32 arg8);
|
||||
struct audiohandle *sndStart(s32 arg0, s16 sound, struct audiohandle **handle, s32 arg3, s32 arg4, f32 arg5, s32 arg6, s32 arg7);
|
||||
u32 snd00010ae4(void);
|
||||
void snd00010ae4(s32 soundnum, s32 arg1, s32 arg2, s32 arg3);
|
||||
void sndPlayNosedive(s32 seconds);
|
||||
void sndStopNosedive(void);
|
||||
void sndTickNosedive(void);
|
||||
|
||||
Reference in New Issue
Block a user