mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 06:44:48 -04:00
Rename some mp3 decoder symbols
This commit is contained in:
@@ -39,12 +39,12 @@ extern const u32 var700576c8[];
|
||||
extern const u32 var70057750[];
|
||||
|
||||
u32 func0003f8a0(void);
|
||||
void func00040164(struct asistream *stream, u32 arg1, u32 arg2);
|
||||
void func00040dac(struct asistream *stream, u32 arg1, u32 arg2);
|
||||
void func00041600(struct asistream *stream, u32 arg1, u32 arg2);
|
||||
bool func00042238(struct asistream *stream, u32 arg1, u32 arg2);
|
||||
bool func000427d8(struct asistream *stream, u32 arg1);
|
||||
bool func00042990(struct asistream *stream, u32 arg1, u32 arg2);
|
||||
void func00040164(struct asistream *stream, u32 gr, u32 ch);
|
||||
void func00040dac(struct asistream *stream, u32 gr, u32 ch);
|
||||
void func00041600(struct asistream *stream, u32 gr, u32 ch);
|
||||
bool func00042238(struct asistream *stream, u32 gr, u32 ch);
|
||||
bool func000427d8(struct asistream *stream, u32 gr);
|
||||
bool func00042990(struct asistream *stream, u32 gr, u32 ch);
|
||||
bool func00042e38(struct asistream *stream);
|
||||
bool func0004371c(struct asistream *stream);
|
||||
|
||||
|
||||
+13
-3
@@ -7348,6 +7348,9 @@ struct asistream_4f64 {
|
||||
f32 unk00[18];
|
||||
};
|
||||
|
||||
#define MAX_GR 1
|
||||
#define MAX_CH 2
|
||||
|
||||
struct asistream {
|
||||
s32 unk00;
|
||||
s32 (*unk04)(s32 arg0, void *arg1, s32 arg2, s32 arg3);
|
||||
@@ -7390,14 +7393,21 @@ struct asistream {
|
||||
u32 unk3c78[2][1];
|
||||
u32 unk3c80[6][1];
|
||||
u32 unk3c98[1][1];
|
||||
u8 unk3c9c[0x14];
|
||||
u32 unk3c9c;
|
||||
u32 blocktypes[1][1];
|
||||
u32 unk3ca4;
|
||||
u32 unk3ca8[1][1];
|
||||
u32 unk3cac;
|
||||
u32 unk3cb0[4][1][3];
|
||||
u32 unk3ce0[1][1];
|
||||
u8 unk3ce4[0x1c];
|
||||
u32 unk3ce4;
|
||||
u32 unk3ce8[1][1];
|
||||
u32 unk3cec;
|
||||
u8 unk3cf0[0x10];
|
||||
u32 unk3d00[1][1];
|
||||
u8 unk3d04[0x284];
|
||||
s32 unk3f88;
|
||||
s32 unk3f8c;
|
||||
s32 numchannels;
|
||||
u32 unk3f90;
|
||||
u8 unk3f94[1][0x484];
|
||||
u8 unk4418[1][0x242];
|
||||
|
||||
Reference in New Issue
Block a user