Fixed the bug i made on my killzone commit, all games appear to work now that were broken, sorry about that!

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4019 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
refraction 2010-11-14 12:25:02 +00:00
parent d87d13e155
commit 2b0f47260a
1 changed files with 3 additions and 4 deletions

View File

@ -158,10 +158,9 @@ _vifT static __fi bool vifTransfer(u32 *data, int size, bool TTE) {
if(((vifXRegs.code >> 24) & 0x7f) != 0x7)
{
vifXRegs.stat.VIS = true; // Note: commenting this out fixes WALL-E?
}
return false;
}
vifX.vifstalled = true;
}
}
return !vifX.vifstalled;
}