forked from dolphin-emu/dolphin
AudioCommon: Get rid of now unused handle param for InitSoundStream()
This commit is contained in:
@@ -363,7 +363,7 @@ void EmuThread()
|
||||
|
||||
}
|
||||
|
||||
AudioCommon::InitSoundStream(g_pWindowHandle);
|
||||
AudioCommon::InitSoundStream();
|
||||
|
||||
// The hardware is initialized.
|
||||
g_bHwInit = true;
|
||||
|
||||
Reference in New Issue
Block a user