This commit is contained in:
adelikat 2016-12-14 14:12:45 -06:00
commit 1d8cec5ae5
1 changed files with 1 additions and 2 deletions

View File

@ -1625,8 +1625,7 @@ namespace BizHawk.Client.EmuHawk
}
else
{
_currentSoundProvider.SetSyncMode(SyncSoundMode.Async);
GlobalWin.Sound.SetAsyncInputPin(_currentSoundProvider);
GlobalWin.Sound.SetSyncInputPin(_currentSoundProvider);
}
}