Update tracer.cpp

тест очередного посредника
This commit is contained in:
Cyneprepou4uk 2022-02-28 02:00:21 +03:00
parent fcd4ef28ca
commit a0d59b6101
1 changed files with 2 additions and 1 deletions

View File

@ -1026,7 +1026,8 @@ void FCEUD_TraceInstruction(uint8 *opcode, int size)
{
for (string line : bzk_list)
{
fputs(line, LOG_FP);
bzk_string_converter = line;
fputs(bzk_string_converter, LOG_FP);
}
bzk_list.clear();
}