mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
AudioCommon: rename isValid() to IsValid()
This commit is contained in:
@ -12,5 +12,5 @@ public:
|
||||
bool SetRunning(bool running) override;
|
||||
void SetVolume(int volume) override;
|
||||
|
||||
static bool isValid() { return true; }
|
||||
static bool IsValid() { return true; }
|
||||
};
|
||||
|
Reference in New Issue
Block a user