diff --git a/BizHawk.Client.EmuHawk/MainForm.cs b/BizHawk.Client.EmuHawk/MainForm.cs index 76731a31d4..ef06af347f 100644 --- a/BizHawk.Client.EmuHawk/MainForm.cs +++ b/BizHawk.Client.EmuHawk/MainForm.cs @@ -1625,8 +1625,7 @@ namespace BizHawk.Client.EmuHawk } else { - _currentSoundProvider.SetSyncMode(SyncSoundMode.Async); - GlobalWin.Sound.SetAsyncInputPin(_currentSoundProvider); + GlobalWin.Sound.SetSyncInputPin(_currentSoundProvider); } }