mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-20 13:44:53 -04:00
Decompile __n_CSPHandleMIDIMsg
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u32 func0002fc60(void);
|
||||
f32 func0002fc60(u8 arg0);
|
||||
u32 func000301a4(void);
|
||||
u32 func000301e4(void);
|
||||
u32 func00030690(void);
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
#include "types.h"
|
||||
|
||||
void func00034f0c(N_ALCSPlayer *seqp, u8 channel);
|
||||
u32 func00034fb8(void);
|
||||
void func00034fb8(N_ALCSPlayer *seqp, u8 channel);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -4,6 +4,4 @@
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u32 func00039fe0(void);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u32 func0003c9e0(void);
|
||||
u32 func0003cbb4(void);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "types.h"
|
||||
|
||||
u32 n_alSynAddSndPlayer(void);
|
||||
u32 func0003c9e0(void);
|
||||
u32 n_alSynAllocVoice(void);
|
||||
u32 func0003cbb4(void);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -4,6 +4,4 @@
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u32 func0003cdc0(void);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u32 func0003e730(void);
|
||||
void func0003e730(N_ALVoice *v, u8 channel);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -31,7 +31,7 @@ void snd0000fe20(void);
|
||||
void snd0000fe50(void);
|
||||
void sndTick(void);
|
||||
bool sndIsDisabled(void);
|
||||
u32 snd0001036c(void);
|
||||
void snd0001036c(u8 arg0);
|
||||
void sndAdjust(struct audiohandle **handle, s32 arg1, s32 arg2, s32 speakerweight, s16 soundnum, 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);
|
||||
|
||||
@@ -7058,6 +7058,10 @@ struct var8009c340 {
|
||||
u8 surround;
|
||||
u8 mono;
|
||||
u8 headphone;
|
||||
u8 unk03;
|
||||
u8 unk04[2];
|
||||
u8 unk06[2];
|
||||
u8 unk08[4];
|
||||
};
|
||||
|
||||
struct var80095210 {
|
||||
|
||||
Reference in New Issue
Block a user