diff --git a/BizHawk.Emulation/Sound/VRC6Alt.cs b/BizHawk.Emulation/Sound/VRC6Alt.cs index 3dcda7e98e..1a2e4e4124 100644 --- a/BizHawk.Emulation/Sound/VRC6Alt.cs +++ b/BizHawk.Emulation/Sound/VRC6Alt.cs @@ -232,7 +232,7 @@ namespace BizHawk.Emulation.Sound if (!E) return; count--; - if (count <= 0) + if (count < 0) { count = F >> RSHIFT; acount++; @@ -348,7 +348,7 @@ namespace BizHawk.Emulation.Sound if (!E) return; count--; - if (count <= 0) + if (count < 0) { count = F >> RSHIFT; duty--;