Decompile func0003f8a0

This commit is contained in:
Ryan Dwyer
2021-11-18 20:42:40 +10:00
parent 22270ea046
commit e8770da22b
7 changed files with 256 additions and 681 deletions
+4 -5
View File
@@ -47,11 +47,10 @@ extern struct var8009c340 var8009c340;
extern u8 var8009c344[2];
extern u32 var8009c3e0;
extern struct asistream *g_AsiStream;
extern u8 *var8009c640;
extern u8 *var8009c644;
extern u32 var8009c650[34];
extern u8 *var8009c6d8;
extern u8 *var8009c6dc;
extern struct mp3decfourbytes *var8009c640;
extern f32 *var8009c644;
extern f32 *var8009c6d8;
extern f32 *var8009c6dc;
extern OSTimer var8009c760;
extern OSTime __osCurrentTime;
extern u32 __osBaseCounter;
-1
View File
@@ -78,7 +78,6 @@ extern u32 var8005f4dc;
extern u32 var8005f548;
extern s16 n_eqpower[];
extern u32 var8005f66c;
extern u32 var8005f670;
extern u8 *var8005f6f8;
extern u8 *var8005f6fc;
extern u32 var8005f704;
+1 -1
View File
@@ -38,7 +38,7 @@ extern const u32 var70056ec0[];
extern const u32 var700576c8[];
extern const u32 var70057750[];
u32 func0003f8a0(void);
bool func0003f8a0(void);
void func00040164(struct asistream *stream, u32 gr, u32 ch);
bool mp3decUnpackScaleFac(struct asistream *stream, u32 gr, u32 ch);
void func00041600(struct asistream *stream, u32 gr, u32 ch);
+14
View File
@@ -7430,4 +7430,18 @@ struct asistream {
/*0x847c*/ bool (*unk847c)(struct asistream *stream);
};
struct mp3decfourbytes {
u8 bytes[2];
s8 unk02;
s8 unk03;
};
struct mp3decthing {
u8 unk00;
u8 unk01;
u8 unk02;
u8 unk03;
u32 unk04;
};
#endif