mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 09:24:59 -05:00
AudioCommon/Mixer: Skip sample processing when NullSoundStream is being used.
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
|
||||
bool NullSound::Init()
|
||||
{
|
||||
// Make Mixer aware that audio output is disabled.
|
||||
GetMixer()->SetSampleRate(0);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user