mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
AudioCommon: get rid of Update(), it never does anything
This commit is contained in:
@ -197,8 +197,6 @@ void SendAIBuffer(const short* samples, unsigned int num_samples)
|
||||
{
|
||||
pMixer->PushSamples(samples, num_samples);
|
||||
}
|
||||
|
||||
g_sound_stream->Update();
|
||||
}
|
||||
|
||||
void StartAudioDump()
|
||||
|
Reference in New Issue
Block a user