diff --git a/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Controller.cs b/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Controller.cs index 1f701f0b33..e2baff5295 100644 --- a/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Controller.cs +++ b/src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Controller.cs @@ -90,8 +90,6 @@ namespace BizHawk.Emulation.Cores.Waterbox foreach (var input in inputs) { - if (input.Type == InputType.ResetButton) - System.Diagnostics.Debugger.Break(); if (input.Type == InputType.Padding) continue;