mirror of https://github.com/PCSX2/pcsx2.git
iop: fix MTLO instruction
Test hilodelay.irx is now pass ^^ (but test only covers constant path.)
This commit is contained in:
parent
bfd1bcec69
commit
ba62ce9e93
|
@ -925,7 +925,7 @@ void rpsxMFLO()
|
|||
void rpsxMTLO()
|
||||
{
|
||||
if( PSX_IS_CONST1(_Rs_) ) {
|
||||
xMOV(ptr32[&psxRegs.GPR.n.hi], g_psxConstRegs[_Rs_]);
|
||||
xMOV(ptr32[&psxRegs.GPR.n.lo], g_psxConstRegs[_Rs_]);
|
||||
}
|
||||
else {
|
||||
_psxDeleteReg(_Rs_, 1);
|
||||
|
|
Loading…
Reference in New Issue