mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
AudioCommon: rename isValid() to IsValid()
This commit is contained in:
parent
b6d8c111bc
commit
eda2035874
10 changed files with 20 additions and 20 deletions
|
@ -16,7 +16,7 @@ protected:
|
|||
public:
|
||||
SoundStream() : m_mixer(new Mixer(48000)) {}
|
||||
virtual ~SoundStream() {}
|
||||
static bool isValid() { return false; }
|
||||
static bool IsValid() { return false; }
|
||||
Mixer* GetMixer() const { return m_mixer.get(); }
|
||||
virtual bool Init() { return false; }
|
||||
virtual void SetVolume(int) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue