mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
CubebStream: implement SetRunning
This commit is contained in:
parent
28f9034536
commit
ad4a89d64b
2 changed files with 16 additions and 4 deletions
|
@ -17,6 +17,7 @@ class CubebStream final : public SoundStream
|
|||
public:
|
||||
bool Start() override;
|
||||
void Stop() override;
|
||||
void SetRunning(bool running) override;
|
||||
void SetVolume(int) override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue