Minor changes

Update Discord link

Update Discord link

Update Discord link
This commit is contained in:
SimoneN64
2023-09-09 07:20:06 +02:00
parent b14977547d
commit 3ab94dda08
4 changed files with 19 additions and 19 deletions

View File

@@ -364,7 +364,7 @@ void Cop1::ctc1(Registers& regs, u32 instr) {
case 0: break;
case 31: {
fcr31.write(val);
FireFPUException(regs);
CheckFPUException();
} break;
default: Util::panic("Undefined CTC1 with rd != 0 or 31");
}