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
This commit is contained in:
hrydgard 2009-02-20 22:39:05 +00:00
parent 6529363ab5
commit 86965aaa0b

View File

@ -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());
}
}