core1/audio/n_adpcm.c done

This commit is contained in:
Banjo Kazooie
2022-10-28 19:21:47 -05:00
parent 9744a6fa0d
commit 85c13b7cc8
7 changed files with 221 additions and 15 deletions

View File

@@ -23,7 +23,7 @@
#define N_AL_DIVIDED 368
typedef struct N_ALLoadFilter_s{
//ALFilter filter;
u8 pad0[0xC];
ADPCM_STATE *state; //0xC
ADPCM_STATE *lstate; //0x10
ALRawLoop loop; //0x14