mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
AudioCommon: Get rid of now unused handle param for InitSoundStream()
This commit is contained in:
parent
1a6268e6cf
commit
377a1c8f20
3 changed files with 3 additions and 3 deletions
|
@ -363,7 +363,7 @@ void EmuThread()
|
|||
|
||||
}
|
||||
|
||||
AudioCommon::InitSoundStream(g_pWindowHandle);
|
||||
AudioCommon::InitSoundStream();
|
||||
|
||||
// The hardware is initialized.
|
||||
g_bHwInit = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue