Change macro input to released = false

This commit is contained in:
adelikat 2015-12-20 12:46:17 -05:00
parent 7654374682
commit 01e72a2d94
1 changed files with 1 additions and 5 deletions

View File

@ -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]