mvu: mvu VI has only 16 registers

fix issue #417
This commit is contained in:
Gregory Hainaut 2015-01-06 23:32:00 +01:00
parent 678c8a5cd6
commit e0add8003d
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ void mVUincCycles(mV, int x) {
calcCycles(mVUregs.VF[z].z, x);
calcCycles(mVUregs.VF[z].w, x);
}
for (int z = 16; z > 0; z--) {
for (int z = 15; z > 0; z--) {
calcCycles(mVUregs.VI[z], x);
}
if (mVUregs.q) {