mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-01 16:09:43 -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user