mirror of https://github.com/PCSX2/pcsx2.git
Core: Sign extend the interpreter impl of MFC0
This commit is contained in:
parent
aa4a9cdad7
commit
6138ac009f
|
@ -465,7 +465,7 @@ void MFC0()
|
|||
[[fallthrough]];
|
||||
|
||||
default:
|
||||
cpuRegs.GPR.r[_Rt_].UD[0] = (s64)cpuRegs.CP0.r[_Rd_];
|
||||
cpuRegs.GPR.r[_Rt_].SD[0] = (s32)cpuRegs.CP0.r[_Rd_];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue