Revert "Default to Sync sound instead of Async"

This reverts commit 6702f7795c.
This commit is contained in:
J.D. Purcell 2016-12-14 18:26:19 -05:00
parent adb7af2134
commit afd55fdc6b
1 changed files with 2 additions and 1 deletions

View File

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