microVU: Nothing to see here

Left an if statement in which shouldn't have been there, whoops.
This commit is contained in:
refraction 2015-05-28 21:46:17 +01:00
parent 8f54da5fd3
commit ef420e41fe
1 changed files with 1 additions and 2 deletions

View File

@ -114,8 +114,7 @@ __fi void mVUsetFlags(mV, microFlagCycles& mFC) {
sFLAG.doNonSticky = true;
writeProtect = true;
}
if (writeProtect == true)
if (aCount >= 3){
break;
}