mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Remove more excessive error reporting.
This commit is contained in:
@@ -913,7 +913,9 @@ void MIPSCompileOp(MIPSOpcode op, MIPSComp::MIPSFrontendInterface *jit) {
|
||||
if (info & OUT_EAT_PREFIX)
|
||||
jit->EatPrefix();
|
||||
} else {
|
||||
ERROR_LOG_REPORT(Log::CPU, "MIPSCompileOp: Invalid instruction %08x", op.encoding);
|
||||
// Used to _REPORT this, but I'm confident we have all instructions now, any caught here
|
||||
// are due to games crashing, due to cheats or bugs.
|
||||
ERROR_LOG(Log::CPU, "MIPSCompileOp: Invalid instruction %08x", op.encoding);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user