Decompile func0003ba64

This commit is contained in:
Ryan Dwyer
2021-10-17 11:24:07 +10:00
parent 1aee764e9f
commit 78aeffe5a4
6 changed files with 48 additions and 146 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ u32 func0003ae60(void);
u32 func0003b178(void);
u32 func0003b370(void);
u32 func0003b54c(void);
u32 func0003b710(void);
void func0003b710(f32 outputrate, f32 arg1, f32 arg4, f32 *arg5, f32 *arg6);
f32 func0003b9d4(s32 arg0);
void func0003ba64(ALFxRef fx, f32 outputrate);
void func0003ba64(struct fx *fx, f32 outputrate);
#endif
+1 -1
View File
@@ -8,6 +8,6 @@ void func0003e3e0(N_ALVoice *v, f32 arg1);
u32 func0003e490(void);
ALFxRef func0003e540(u8 arg0);
ALFxRef func0003e5b8(u8 arg0);
void func0003e674(ALFxRef fx, s16 arg1, void *param);
void func0003e674(struct fx *fx, s16 arg1, void *param);
#endif