From ceef1f44891ee9ee8744f1bd74b1daf6b3e76e74 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 11 Apr 2020 12:58:28 -0500 Subject: [PATCH] oops --- .../Consoles/Nintendo/GBA/MGBAHawk.IDebuggable.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IDebuggable.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IDebuggable.cs index 0936bcd607..2c6b74e6f3 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IDebuggable.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.IDebuggable.cs @@ -19,7 +19,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBA return ret; } - [FeatureNotImplemented] public void SetCpuRegister(string register, int value) { int index = register?.ToUpper() switch