mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
AudioCommon: rename isValid() to IsValid()
This commit is contained in:
@ -21,7 +21,7 @@ public:
|
||||
|
||||
bool Init() override;
|
||||
bool SetRunning(bool running) override { return true; }
|
||||
static bool isValid() { return true; }
|
||||
static bool IsValid() { return true; }
|
||||
void StateCallback(pa_context* c);
|
||||
void WriteCallback(pa_stream* s, size_t length);
|
||||
void UnderflowCallback(pa_stream* s);
|
||||
|
Reference in New Issue
Block a user