mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
AudioCommon: rename isValid() to IsValid()
This commit is contained in:
@ -59,7 +59,7 @@ public:
|
||||
void SetVolume(int volume) override;
|
||||
bool SetRunning(bool running) override;
|
||||
|
||||
static bool isValid();
|
||||
static bool IsValid();
|
||||
|
||||
private:
|
||||
void SoundLoop();
|
||||
|
Reference in New Issue
Block a user