Updated zapd_audio_support on zelda64

This commit is contained in:
Kevin Alexis Contreras 2022-06-13 11:41:43 -05:00
commit 8b63cf93d8
29 changed files with 1957 additions and 224 deletions

View file

@ -561,6 +561,9 @@ Acmd* AudioSynth_DoOneAudioUpdate(s16* aiBuf, s32 aiBufLen, Acmd* cmd, s32 updat
NoteSubEu* noteSubEu2;
s32 unk14;
if (aiBufLen == 0)
return;
t = gAudioContext.numNotes * updateIndex;
count = 0;
if (gAudioContext.numSynthesisReverbs == 0) {