dont tracelog to file every frame multiple times

This commit is contained in:
zeromus 2016-04-21 14:22:39 -05:00
parent 1aa4382d21
commit c069f8fe5c
1 changed files with 1 additions and 0 deletions
BizHawk.Client.EmuHawk/tools

View File

@ -102,6 +102,7 @@ namespace BizHawk.Client.EmuHawk
else
{
DumpToDisk(_logFile);
_instructions.Clear();
}
}