mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
AudioCommon: get rid of Update(), it never does anything
This commit is contained in:
parent
c2d396526b
commit
d14b9a73b2
8 changed files with 0 additions and 25 deletions
|
@ -12,7 +12,6 @@ public:
|
|||
void SoundLoop() override;
|
||||
bool SetRunning(bool running) override;
|
||||
void SetVolume(int volume) override;
|
||||
void Update() override;
|
||||
|
||||
static bool isValid() { return true; }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue