diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2021-08-08 00:23:58 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2021-08-08 03:05:03 +0100 |
| commit | eda2035874309233a3971aed075c0417c1f18ef7 (patch) | |
| tree | e652aaefa8a41b4a6ea58c9d206eb3f72020c453 /Source/Core/AudioCommon/WASAPIStream.h | |
| parent | b6d8c111bc259021398adcc9820339c9376b5955 (diff) | |
AudioCommon: rename isValid() to IsValid()
Diffstat (limited to 'Source/Core/AudioCommon/WASAPIStream.h')
| -rw-r--r-- | Source/Core/AudioCommon/WASAPIStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/WASAPIStream.h b/Source/Core/AudioCommon/WASAPIStream.h index d0cdaf900c..6f3218cc4b 100644 --- a/Source/Core/AudioCommon/WASAPIStream.h +++ b/Source/Core/AudioCommon/WASAPIStream.h @@ -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); |
