summaryrefslogtreecommitdiff
path: root/soh/src/code
diff options
context:
space:
mode:
authorKevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com>2022-06-13 21:53:26 -0500
committerKevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com>2022-06-13 21:53:26 -0500
commit9cf537eaff35256739d91d94c2f1e493cba323de (patch)
tree4b4e80821d91232da0975cc01c7cc98c24972d06 /soh/src/code
parent4ddb2d81b7b67bb832f41eeb8bdeeae3fcdedd87 (diff)
parent36eb47e6312cd252b989bbd8152f057cd081a1a5 (diff)
Fixed ocarina loop points
Diffstat (limited to 'soh/src/code')
-rw-r--r--soh/src/code/audio_init_params.c1
-rw-r--r--soh/src/code/audio_synthesis.c4
2 files changed, 2 insertions, 3 deletions
diff --git a/soh/src/code/audio_init_params.c b/soh/src/code/audio_init_params.c
index 3b21d4cbc..25dba9bfc 100644
--- a/soh/src/code/audio_init_params.c
+++ b/soh/src/code/audio_init_params.c
@@ -70,7 +70,6 @@ ReverbSettings D_80133420[][3] = {
},
};
-// OTRTODO
AudioSpec gAudioSpecs[18] = {
{ 44100, 1, 24, 4, 0, 0, 2, D_80133420[0], 0x300, 0x200, 0x7FFF, 0x7F0, 0xE00, 0, 0x4000, 0x2880, 0, 0, 0 },
{ 44100, 1, 24, 4, 0, 0, 2, D_80133420[1], 0x300, 0x200, 0x7FFF, 0x7F0, 0xE00, 0, 0x3800, 0x2880, 0, 0, 0 },
diff --git a/soh/src/code/audio_synthesis.c b/soh/src/code/audio_synthesis.c
index 1d8522c77..a50927b21 100644
--- a/soh/src/code/audio_synthesis.c
+++ b/soh/src/code/audio_synthesis.c
@@ -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;