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:
@@ -49,7 +49,7 @@ WASAPIStream::~WASAPIStream()
|
||||
m_thread.join();
|
||||
}
|
||||
|
||||
bool WASAPIStream::isValid()
|
||||
bool WASAPIStream::IsValid()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user