From 8412a7c3363fdc7ad4eafa45e3e7c4eaa5b1e488 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Thu, 24 Apr 2025 13:58:40 +0100 Subject: [PATCH] DSPAccelerator: update comment (NFC) --- Source/Core/Core/DSP/DSPAccelerator.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Source/Core/Core/DSP/DSPAccelerator.cpp b/Source/Core/Core/DSP/DSPAccelerator.cpp index 2ecf3121ce..8e0fbf5a9f 100644 --- a/Source/Core/Core/DSP/DSPAccelerator.cpp +++ b/Source/Core/Core/DSP/DSPAccelerator.cpp @@ -220,9 +220,8 @@ u16 Accelerator::ReadSample(const s16* coefs) } // Check for loop. - // Somehow, YN1 and YN2 must be initialized with their "loop" values, - // so yeah, it seems likely that we should raise an exception to let - // the DSP program do that, at least if DSP_FORMAT == 0x0A. + // YN1 and YN2 need to be initialized with their "loop" values, + // which is usually done upon this exception. if (m_current_address == (m_end_address + step_size - 1)) { // Set address back to start address.