dont tracelog to file every frame multiple times
This commit is contained in:
parent
1aa4382d21
commit
c069f8fe5c
|
@ -102,6 +102,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DumpToDisk(_logFile);
|
DumpToDisk(_logFile);
|
||||||
|
_instructions.Clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue