diff --git a/Source/Core/Core/Src/HW/DSP.cpp b/Source/Core/Core/Src/HW/DSP.cpp index 63085b6f97..04949f4a2f 100644 --- a/Source/Core/Core/Src/HW/DSP.cpp +++ b/Source/Core/Core/Src/HW/DSP.cpp @@ -479,7 +479,7 @@ void UpdateAudioDMA() } else { // Send silence. Yeah, it's a bit of a waste to sample rate convert silence. // or hm. Maybe we shouldn't do this :) - dsp->DSP_SendAIBuffer(0, AudioInterface::GetDSPSampleRate()); + // dsp->DSP_SendAIBuffer(0, AudioInterface::GetDSPSampleRate()); } }