From 86965aaa0b8aba29134ee1f5b1283b6d2b551f07 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Fri, 20 Feb 2009 22:39:05 +0000 Subject: [PATCH] Hm, not sure I meant to turn this on :P git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2325 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/HW/DSP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } }