Revert "Default to Sync sound instead of Async"
This reverts commit 6702f7795c
.
This commit is contained in:
parent
adb7af2134
commit
afd55fdc6b
|
@ -1625,7 +1625,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
else
|
||||
{
|
||||
GlobalWin.Sound.SetSyncInputPin(_currentSoundProvider);
|
||||
_currentSoundProvider.SetSyncMode(SyncSoundMode.Async);
|
||||
GlobalWin.Sound.SetAsyncInputPin(_currentSoundProvider);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue