remove restarting of trace loger in CloseGame, the ToolManager handles this logic just fine
This commit is contained in:
parent
f7f6839e6c
commit
b6cfb9aab7
|
@ -3825,11 +3825,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
StopMovie();
|
||||
}
|
||||
|
||||
if (Tools.IsLoaded<TraceLogger>())
|
||||
{
|
||||
Tools.Get<TraceLogger>().Restart();
|
||||
}
|
||||
|
||||
CheatList.SaveOnClose();
|
||||
Emulator.Dispose();
|
||||
Emulator = new NullEmulator();
|
||||
|
|
Loading…
Reference in New Issue