mirror of https://github.com/PCSX2/pcsx2.git
parent
b21ce8c9fb
commit
c037686a26
|
@ -712,7 +712,9 @@ static void rpsxLW()
|
||||||
xADD(ecx, (uptr)iopMem->Main);
|
xADD(ecx, (uptr)iopMem->Main);
|
||||||
|
|
||||||
xMOV(ecx, ptr[ecx]);
|
xMOV(ecx, ptr[ecx]);
|
||||||
|
if (_Rt_) {
|
||||||
xMOV(ptr[&psxRegs.GPR.r[_Rt_]], ecx);
|
xMOV(ptr[&psxRegs.GPR.r[_Rt_]], ecx);
|
||||||
|
}
|
||||||
|
|
||||||
x86SetJ8(j8Ptr[1]);
|
x86SetJ8(j8Ptr[1]);
|
||||||
PSX_DEL_CONST(_Rt_);
|
PSX_DEL_CONST(_Rt_);
|
||||||
|
|
Loading…
Reference in New Issue