mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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