mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-18 15:55:22 -04:00
audio load.c decomp (#176)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user