mVU: minor fix for branches, improving compat a wee bit.. like lots :p

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1227 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2009-05-20 20:15:34 +00:00
parent 09ee76d9ed
commit a0546736a1
1 changed files with 0 additions and 2 deletions

View File

@ -296,7 +296,6 @@ microVUt(void) mVUanalyzeSflag(int It) {
// Do to stalls, it can only be set one instruction prior to the status flag read instruction
// if we were guaranteed no-stalls were to happen, it could be set 4 instruction prior.
}
analyzeVIreg2(It, 1);
}
microVUt(void) mVUanalyzeFSSET() {
@ -327,7 +326,6 @@ microVUt(void) mVUanalyzeMflag(int Is, int It) {
iPC = curPC;
}
analyzeVIreg1(Is);
analyzeVIreg2(It, 1);
}
//------------------------------------------------------------------