mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-25 03:21:36 +02:00
DSPAccelerator: update comment (NFC)
This commit is contained in:
@ -220,9 +220,8 @@ u16 Accelerator::ReadSample(const s16* coefs)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Check for loop.
|
// Check for loop.
|
||||||
// Somehow, YN1 and YN2 must be initialized with their "loop" values,
|
// YN1 and YN2 need to be initialized with their "loop" values,
|
||||||
// so yeah, it seems likely that we should raise an exception to let
|
// which is usually done upon this exception.
|
||||||
// the DSP program do that, at least if DSP_FORMAT == 0x0A.
|
|
||||||
if (m_current_address == (m_end_address + step_size - 1))
|
if (m_current_address == (m_end_address + step_size - 1))
|
||||||
{
|
{
|
||||||
// Set address back to start address.
|
// Set address back to start address.
|
||||||
|
Reference in New Issue
Block a user