From d6a309754152611b18120459c1bb1f8776fcdca5 Mon Sep 17 00:00:00 2001 From: Blake Warner Date: Tue, 1 Mar 2022 23:18:10 -0500 Subject: [PATCH] just documenting old code --- src/code/audio_synthesis.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/code/audio_synthesis.cpp b/src/code/audio_synthesis.cpp index e4956462d..35f67150f 100644 --- a/src/code/audio_synthesis.cpp +++ b/src/code/audio_synthesis.cpp @@ -874,6 +874,7 @@ Acmd* AudioSynth_ProcessNote(s32 noteIndex, NoteSubEu* noteSubEu, NoteSynthesisS return cmd; } else { sampleData = (u8*)(sampleDataStart + sampleDataOffset + sampleAddr).get(); + //sampleData = (u8*)AudioLoad_DmaSampleData(sampleDataStart + sampleDataOffset + sampleAddr, ALIGN16((nFramesToDecode * frameSize) + 0x10), flags, &synthState->sampleDmaIndex, audioFontSample->medium); } if (sampleData == NULL) {