Toolbox - don't show nes debugger in non-interim
This commit is contained in:
parent
353fe15845
commit
d5c2271c55
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue