mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
AudioCommon: rename isValid() to IsValid()
This commit is contained in:
@ -83,7 +83,7 @@ static bool InitLibrary()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool OpenALStream::isValid()
|
||||
bool OpenALStream::IsValid()
|
||||
{
|
||||
return InitLibrary();
|
||||
}
|
||||
|
Reference in New Issue
Block a user