mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 11:39:09 +00:00
SoundStream: rename Clear(mute) to SetRunning(running)
This commit is contained in:
parent
d6985fc3e8
commit
b031d3316c
10 changed files with 20 additions and 20 deletions
|
@ -162,7 +162,7 @@ void UpdateSoundStream()
|
|||
void SetSoundStreamRunning(bool running)
|
||||
{
|
||||
if (g_sound_stream)
|
||||
g_sound_stream->Clear(running);
|
||||
g_sound_stream->SetRunning(running);
|
||||
}
|
||||
|
||||
void SendAIBuffer(const short* samples, unsigned int num_samples)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue