mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
d87d13e155
commit
2b0f47260a
|
@ -158,9 +158,8 @@ _vifT static __fi bool vifTransfer(u32 *data, int size, bool TTE) {
|
||||||
if(((vifXRegs.code >> 24) & 0x7f) != 0x7)
|
if(((vifXRegs.code >> 24) & 0x7f) != 0x7)
|
||||||
{
|
{
|
||||||
vifXRegs.stat.VIS = true; // Note: commenting this out fixes WALL-E?
|
vifXRegs.stat.VIS = true; // Note: commenting this out fixes WALL-E?
|
||||||
|
vifX.vifstalled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return !vifX.vifstalled;
|
return !vifX.vifstalled;
|
||||||
|
|
Loading…
Reference in New Issue