Fixed ocarina loop points

This commit is contained in:
Kevin Alexis Contreras 2022-06-13 21:53:26 -05:00
commit 9cf537eaff
8 changed files with 62 additions and 31 deletions

View file

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