mirror of https://github.com/PCSX2/pcsx2.git
microVU: Nothing to see here
Left an if statement in which shouldn't have been there, whoops.
This commit is contained in:
parent
8f54da5fd3
commit
ef420e41fe
|
@ -114,8 +114,7 @@ __fi void mVUsetFlags(mV, microFlagCycles& mFC) {
|
|||
sFLAG.doNonSticky = true;
|
||||
writeProtect = true;
|
||||
}
|
||||
if (writeProtect == true)
|
||||
|
||||
|
||||
if (aCount >= 3){
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue