From 03e2bccf6c9222586efc958baa1d1def546b431e Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 15 Jun 2020 14:46:22 -0500 Subject: [PATCH] remove a debug line of code --- src/BizHawk.Emulation.Cores/Waterbox/NymaCore.Controller.cs | 2 -- 1 file changed, 2 deletions(-) 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;