mirror of https://github.com/PCSX2/pcsx2.git
And the same typo elsewhere.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1175 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
b1ddb5990c
commit
8385a8166f
|
@ -485,7 +485,7 @@ microVUf(void) mVU_FCOR() {
|
||||||
|
|
||||||
microVUf(void) mVU_FCSET() {
|
microVUf(void) mVU_FCSET() {
|
||||||
microVU* mVU = mVUx;
|
microVU* mVU = mVUx;
|
||||||
pass1 { mVUinfo |= doClip; }
|
pass1 { mVUinfo |= _doClip; }
|
||||||
pass2 {
|
pass2 {
|
||||||
MOV32ItoR(gprT1, _Imm24_);
|
MOV32ItoR(gprT1, _Imm24_);
|
||||||
mVUallocCFLAGb<vuIndex>(gprT1, fcInstance);
|
mVUallocCFLAGb<vuIndex>(gprT1, fcInstance);
|
||||||
|
|
Loading…
Reference in New Issue