mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 22:38:34 +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
|
@ -49,7 +49,7 @@ WASAPIStream::~WASAPIStream()
|
|||
m_thread.join();
|
||||
}
|
||||
|
||||
bool WASAPIStream::isValid()
|
||||
bool WASAPIStream::IsValid()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue