Toolbox - don't show nes debugger in non-interim

This commit is contained in:
adelikat 2014-05-12 20:58:34 +00:00
parent 353fe15845
commit d5c2271c55
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ namespace BizHawk.Client.EmuHawk
} }
} }
NesDebuggerToolbarItem.Visible = !VersionInfo.INTERIM && Global.Emulator.SystemId == "NES"; NesDebuggerToolbarItem.Visible = VersionInfo.INTERIM && Global.Emulator.SystemId == "NES";
} }
private void SetSize() private void SetSize()