mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-18 15:32:06 +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
|
@ -59,7 +59,7 @@ public:
|
|||
bool Start() override;
|
||||
void Stop() override;
|
||||
|
||||
void Clear(bool mute) override;
|
||||
void SetRunning(bool running) override;
|
||||
void SetVolume(int volume) override;
|
||||
|
||||
static bool isValid() { return InitLibrary(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue