mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
AudioCommon: get rid of Update(), it never does anything
This commit is contained in:
@ -24,7 +24,6 @@ public:
|
||||
|
||||
bool Init() override;
|
||||
void SoundLoop() override;
|
||||
void Update() override;
|
||||
bool SetRunning(bool running) override;
|
||||
|
||||
static bool isValid() { return true; }
|
||||
|
Reference in New Issue
Block a user