mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-05 11:01:14 -05: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