mirror of https://github.com/PCSX2/pcsx2.git
Look out, the monkey is back
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@992 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
7308ae1b71
commit
f4d57faf77
|
@ -557,7 +557,7 @@ static void VIFunpack(u32 *data, vifCode *v, unsigned int size, const unsigned i
|
|||
if(tempsize > (u32)(VIFdmanum ? 0x4000 : 0x1000))
|
||||
{
|
||||
|
||||
DevCon::Notice("VIF%x Unpack ending %x > %x", params VIFdmanum, tempsize, VIFdmanum ? 0x4000 : 0x1000);
|
||||
//DevCon::Notice("VIF%x Unpack ending %x > %x", params VIFdmanum, tempsize, VIFdmanum ? 0x4000 : 0x1000);
|
||||
tempsize = size;
|
||||
size = 0;
|
||||
} else tempsize = 0;
|
||||
|
|
Loading…
Reference in New Issue