From 01e72a2d944b627f3d3e65a45e2d0a21e4fc9fdf Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 20 Dec 2015 12:46:17 -0500 Subject: [PATCH] Change macro input to released = false --- BizHawk.Client.EmuHawk/tools/Macros/MacroInput.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.cs b/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.cs index e2d7a4539f..5f6f40a1c4 100644 --- a/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.cs +++ b/BizHawk.Client.EmuHawk/tools/Macros/MacroInput.cs @@ -1,10 +1,5 @@ using System; using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; using System.Windows.Forms; using System.IO; @@ -15,6 +10,7 @@ using BizHawk.Client.EmuHawk.ToolExtensions; namespace BizHawk.Client.EmuHawk { + [ToolAttributes(false, null)] public partial class MacroInputTool : Form, IToolFormAutoConfig { [RequiredService]