[Project64] Make sure logs are restarted in save states
This commit is contained in:
parent
433c76446b
commit
febb99305b
Source/Project64-core/N64System
|
@ -1836,8 +1836,8 @@ bool CN64System::LoadState(const char * FileName)
|
|||
WriteTrace(TraceN64System, TraceDebug, "9");
|
||||
if (bLogX86Code())
|
||||
{
|
||||
Start_Recompiler_Log();
|
||||
Stop_Recompiler_Log();
|
||||
Start_Recompiler_Log();
|
||||
}
|
||||
WriteTrace(TraceN64System, TraceDebug, "Done");
|
||||
|
||||
|
|
Loading…
Reference in New Issue