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