get rid of fmt dependency since we are on C++23
This commit is contained in:
@@ -539,7 +539,7 @@ void Cop1::cfc1(const u32 instr) {
|
||||
val = fcr31.read();
|
||||
break;
|
||||
default:
|
||||
Util::panic("Undefined CFC1 with rd != 0 or 31");
|
||||
panic("Undefined CFC1 with rd != 0 or 31");
|
||||
}
|
||||
regs.Write(RT(instr), val);
|
||||
}
|
||||
@@ -587,7 +587,7 @@ void Cop1::ctc1(const u32 instr) {
|
||||
}
|
||||
break;
|
||||
default:
|
||||
Util::panic("Undefined CTC1 with rd != 0 or 31");
|
||||
panic("Undefined CTC1 with rd != 0 or 31");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user