mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
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:
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user