Skip to content

Commit

Permalink
Unlock Trace Logger for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
adelikat committed Oct 7, 2012
1 parent be594ad commit cdc9459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BizHawk.MultiClient/MainForm.MenuItems.cs
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ private void toolsToolStripMenuItem_DropDownOpened(object sender, EventArgs e)
cheatsToolStripMenuItem.ShortcutKeyDisplayString = Global.Config.Cheats;
tAStudioToolStripMenuItem.ShortcutKeyDisplayString = Global.Config.TASTudio;

if (INTERIM && Global.Emulator.CoreOutputComm.CpuTraceAvailable)
if (Global.Emulator.CoreOutputComm.CpuTraceAvailable)
{
traceLoggerToolStripMenuItem.Enabled = true;
}
Expand Down

0 comments on commit cdc9459

Please sign in to comment.