mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
AudioCommon: get rid of Update(), it never does anything
This commit is contained in:
@ -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; }
|
||||
};
|
||||
|
Reference in New Issue
Block a user