add comment noting StopSound can't be used for directsound's ResetToDefaultDevice

This commit is contained in:
CasualPokePlayer 2023-12-18 02:37:30 -08:00
parent 9e142711d6
commit d00a512026
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ namespace BizHawk.Bizware.Audio
private void ResetToDefaultDevice()
{
// can't use StopSound, as that checks IsPlaying, which will end up calling this function again!
_deviceBuffer.Dispose();
_deviceBuffer = null;