[Project64] Clean up N64 Class.cpp

This commit is contained in:
zilmar 2015-11-12 17:47:51 +11:00
parent c4b11a68f5
commit 70a368a861
2 changed files with 742 additions and 745 deletions

View File

@ -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");