mark Debugger tool as released

This commit is contained in:
adelikat 2015-02-17 00:55:21 +00:00
parent 5a6f4d9d34
commit c759eb80d5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ using BizHawk.Client.Common;
namespace BizHawk.Client.EmuHawk
{
[ToolAttributes(released: false)]
[ToolAttributes(released: true)]
public partial class GenericDebugger : Form, IToolFormAutoConfig, IControlMainform
{
public GenericDebugger()