mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
CubebStream: implement SetRunning
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user