add comment noting StopSound can't be used for directsound's ResetToDefaultDevice
This commit is contained in:
parent
9e142711d6
commit
d00a512026
|
@ -59,6 +59,7 @@ namespace BizHawk.Bizware.Audio
|
||||||
|
|
||||||
private void ResetToDefaultDevice()
|
private void ResetToDefaultDevice()
|
||||||
{
|
{
|
||||||
|
// can't use StopSound, as that checks IsPlaying, which will end up calling this function again!
|
||||||
_deviceBuffer.Dispose();
|
_deviceBuffer.Dispose();
|
||||||
_deviceBuffer = null;
|
_deviceBuffer = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue