mirror of https://github.com/PCSX2/pcsx2.git
microVU:
- Fixed a bug from r1254. (Fixes weird circles on the logo of ffxii after selecting new-game) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1299 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
eb3b31c525
commit
e85124dff5
|
@ -980,6 +980,7 @@ mVUop(mVU_RNEXT) {
|
||||||
XOR32RtoR(gprR, gprT1);
|
XOR32RtoR(gprR, gprT1);
|
||||||
AND32ItoR(gprR, 0x007fffff);
|
AND32ItoR(gprR, 0x007fffff);
|
||||||
OR32ItoR (gprR, 0x3f800000);
|
OR32ItoR (gprR, 0x3f800000);
|
||||||
|
MOV32RtoM(Rmem, gprR);
|
||||||
mVU_RGET_(mVU, gprR);
|
mVU_RGET_(mVU, gprR);
|
||||||
MOV32ItoR(gprR, Roffset); // Restore gprR
|
MOV32ItoR(gprR, Roffset); // Restore gprR
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue