Debugger - use the Tracer.Header property

This commit is contained in:
adelikat 2014-12-06 00:21:25 +00:00
parent 00523ca5aa
commit 748fab4dfb
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,11 @@
public void Restart()
{
if (!IsHandleCreated || IsDisposed)
{
return;
}
// TODO
}

View File

@ -63,6 +63,7 @@ namespace BizHawk.Client.EmuHawk
try
{
Core.Tracer.Enabled = true;
TraceView.Columns[0].Text = Core.Tracer.Header;
}
catch (NotImplementedException)
{