mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06: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