Decompile amgrCreate

This commit is contained in:
Ryan Dwyer
2021-10-17 21:12:29 +10:00
parent 1bbccb0412
commit 658c5de647
6 changed files with 106 additions and 1272 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ extern u32 var80090b08;
extern AMAudioMgr g_AudioManager;
extern u32 var80092828;
extern Mtx *var80092870;
extern s32 var80094ea8;
extern s32 g_SndMaxFxBusses;
extern struct var80094ed8 var80094ed8[3];
extern ALHeap g_SndHeap;
extern u32 var80095200;
+1 -1
View File
@@ -7,7 +7,7 @@
void amgrAllocateStack(void);
#if VERSION >= VERSION_PAL_FINAL
void amgrCreate(ALSynConfig *config, u32 *arg1);
void amgrCreate(ALSynConfig *config, u32 *settings);
#else
void amgrCreate(ALSynConfig *config);
#endif
+2 -1
View File
@@ -4,7 +4,8 @@
#include "data.h"
#include "types.h"
u32 func00009660(void);
void func00009660(void);
void func00009844(void);
void amgrClearDmaBuffers(void);
u32 func00009a08(void);
+1 -1
View File
@@ -9,7 +9,7 @@ u32 func000301a4(void);
u32 func000301e4(void);
u32 func00030690(void);
u32 func00030bd8(void);
u32 func00030bfc(void);
void func00030bfc(s32 arg0, s32 arg1);
void func00030c98(ALSeqpConfig *config);
#endif