mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
AudioCommon: rename isValid() to IsValid()
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
bool Init() override;
|
||||
bool SetRunning(bool running) override;
|
||||
|
||||
static bool isValid();
|
||||
static bool IsValid();
|
||||
static std::vector<std::string> GetAvailableDevices();
|
||||
static Microsoft::WRL::ComPtr<IMMDevice> GetDeviceByName(std::string_view name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user