Cop0 unused functions do not actually pose a threat (as per manual). They don't do anything, so shall we.

This commit is contained in:
2026-06-03 22:26:00 +02:00
parent 61bb4fb449
commit 08cd13b858
+1 -1
View File
@@ -455,7 +455,7 @@ void Cop0::decode(const Instruction instr) {
eret(); eret();
break; break;
default: default:
panic("Unimplemented COP0 function {} ({:08X}) ({:016X})", instr.cop_funct(), u32(instr), regs.oldPC); break;
} }
break; break;
default: default: