Debugger - on close, turn off trace logging
This commit is contained in:
parent
97476a8b69
commit
415fda2373
|
@ -87,6 +87,11 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
SaveConfigSettings();
|
||||
|
||||
if (Core.CpuTraceAvailable())
|
||||
{
|
||||
Core.Tracer.Enabled = false;
|
||||
}
|
||||
|
||||
BreakPointControl1.Shutdown();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue