mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 22:59:11 -04:00
Decompile func00033f44
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user