mirror of
https://github.com/libsm64/libsm64.git
synced 2025-01-22 07:32:04 -05:00
fix gSoundDataRaw (#66)
Co-authored-by: haxz5rxwi <haxz5rxwi@mozmail.com>
This commit is contained in:
parent
2df7ba9cdc
commit
5f05dbdc5a
1 changed files with 1 additions and 1 deletions
|
@ -1046,7 +1046,7 @@ void audio_init() {
|
|||
DEBUG_PRINT("- tbl alloc at %x", gAlTbl);
|
||||
DEBUG_PRINT("- gSoundDataRaw at %x", gSoundDataRaw);
|
||||
audio_dma_copy_immediate((uintptr_t) gSoundDataRaw, gAlTbl, size);
|
||||
alSeqFileNew(gAlTbl, gSoundDataRaw);
|
||||
alSeqFileNew(gAlTbl, (u8 *)gSoundDataRaw);
|
||||
|
||||
// Load bank sets for each sequence
|
||||
gAlBankSets = soundAlloc(&gAudioInitPool, 0x100);
|
||||
|
|
Loading…
Reference in a new issue