Unlock Trace Logger for releases

This commit is contained in:
adelikat 2012-10-07 00:51:24 +00:00
parent be594adb35
commit cdc9459924
1 changed files with 1 additions and 1 deletions

View File

@ -639,7 +639,7 @@ namespace BizHawk.MultiClient
cheatsToolStripMenuItem.ShortcutKeyDisplayString = Global.Config.Cheats;
tAStudioToolStripMenuItem.ShortcutKeyDisplayString = Global.Config.TASTudio;
if (INTERIM && Global.Emulator.CoreOutputComm.CpuTraceAvailable)
if (Global.Emulator.CoreOutputComm.CpuTraceAvailable)
{
traceLoggerToolStripMenuItem.Enabled = true;
}