Why this broke Tekken 5 i don't know! (answers on a postcard) anyhow, fixed :)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@945 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
refraction 2009-04-10 13:15:52 +00:00
parent 432b060109
commit e1bf40546f
1 changed files with 3 additions and 1 deletions

View File

@ -107,7 +107,9 @@ static __releaseinline void writeXYZW(u32 offnum, u32 &dest, u32 data)
case 2:
dest = getVifColRegs((_vif->cl > 2) ? 3 : _vif->cl);
break;
jNO_DEFAULT;
case 3:
//Masked so don't do anything
break;
}
// VIF_LOG("writeX %8.8x : Mode %d, r0 = %x, data %8.8x", *dest,_vifRegs->mode,_vifRegs->r0,data);
}