Go to the source code of this file.
◆ BufferEntry
Data Fields |
u16 |
fileIndex |
|
u8 |
bankIndex |
|
u8 |
bankGroup |
|
◆ au_load_BK_headers()
void au_load_BK_headers |
( |
AuGlobals * | globals, |
|
|
ALHeap * | heap ) |
Definition at line 10 of file 303c0_len_3e10.c.
10 {
13 s32 i;
14
16
18 if (buffer[i].fileIndex == 0xFFFF) {
19 break;
20 }
21
24 }
25}
SoundBank * au_load_BK_to_bank(s32 bkFileOffset, SoundBank *bank, s32 bankIndex, s32 bankGroup)
void au_read_rom(s32 romAddr, void *buffer, u32 size)
AuResult au_fetch_SBN_file(u32 fileIdx, AuFileFormat format, SBNFileEntry *outEntry)
Referenced by au_engine_init().