AudioCommon: Get rid of now unused handle param for InitSoundStream()

This commit is contained in:
Lioncash 2014-08-30 23:36:00 -04:00
commit 377a1c8f20
3 changed files with 3 additions and 3 deletions

View file

@ -363,7 +363,7 @@ void EmuThread()
}
AudioCommon::InitSoundStream(g_pWindowHandle);
AudioCommon::InitSoundStream();
// The hardware is initialized.
g_bHwInit = true;