Look over there! A THREE HEADED MONKEY!

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@956 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
refraction 2009-04-11 19:23:39 +00:00
parent 4df3f80d30
commit e100933069
1 changed files with 2 additions and 2 deletions

View File

@ -281,7 +281,7 @@ static void ProcessMemSkip(int size, unsigned int unpackType, const unsigned int
break;
case 0x6:
vif->tag.addr += (size / unpack->gsize) * 16;
DevCon::Notice("Processing V2-8 skip, size = %d", params size);
VIFUNPACK_LOG("Processing V2-8 skip, size = %d", size);
break;
case 0x8:
vif->tag.addr += (size / unpack->gsize) * 16;
@ -289,7 +289,7 @@ static void ProcessMemSkip(int size, unsigned int unpackType, const unsigned int
break;
case 0x9:
vif->tag.addr += (size / unpack->gsize) * 16;
DevCon::Notice("Processing V3-16 skip, size = %d", params size);
VIFUNPACK_LOG("Processing V3-16 skip, size = %d", size);
break;
case 0xA:
vif->tag.addr += (size / unpack->gsize) * 16;