[Project64] Clean up N64 Class.cpp
This commit is contained in:
parent
c4b11a68f5
commit
70a368a861
|
@ -1368,7 +1368,6 @@ void CN64System::DumpSyncErrors (CN64System * SecondCPU)
|
|||
{
|
||||
Error.LogF("%X: %s\r\n", Addr, R4300iOpcodeName(OpcodeValue, Addr));
|
||||
}
|
||||
|
||||
}
|
||||
Error.Log("\r\n");
|
||||
Error.Log("Code at Last Sync PC:\r\n");
|
||||
|
@ -1379,7 +1378,6 @@ void CN64System::DumpSyncErrors (CN64System * SecondCPU)
|
|||
{
|
||||
Error.LogF("%X: %s\r\n", Addr, R4300iOpcodeName(OpcodeValue, Addr));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1896,7 +1894,6 @@ void CN64System::RunRSP()
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
__try
|
||||
{
|
||||
WriteTrace(TraceRSP, __FUNCTION__ ": do cycles - starting");
|
||||
|
|
Loading…
Reference in New Issue