mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
Android: Add audio volume setting
This commit is contained in:
parent
4305a9ac57
commit
cf8208ace9
6 changed files with 25 additions and 6 deletions
|
@ -16,6 +16,7 @@ public:
|
|||
~OpenSLESStream() override;
|
||||
bool Init() override;
|
||||
bool SetRunning(bool running) override { return running; }
|
||||
void SetVolume(int volume) override;
|
||||
static bool isValid() { return true; }
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue