audio load.c decomp (#176)

This commit is contained in:
MegaMech
2022-04-17 00:11:40 -06:00
committed by GitHub
parent 13a11f0ffa
commit e4e5f91be5
54 changed files with 2038 additions and 2764 deletions
+7
View File
@@ -3,6 +3,13 @@
#include "internal.h"
#define AUDIO_LOCK_UNINITIALIZED 0
#define AUDIO_LOCK_NOT_LOADING 0x76557364
#define AUDIO_LOCK_LOADING 0x19710515
extern struct AdsrEnvelope gDefaultEnvelope[3];
// number of DMAs performed during this frame
extern s32 gCurrAudioFrameDmaCount;
#endif