Small fix to logging.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4114 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2010-12-20 21:36:06 +00:00
parent 6a96e46920
commit 402a52bbc6
2 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,7 @@ intra:
macroblock_modes = GETBITS(1);
//I suspect (as this is actually a 2 bit command) that this should be getbits(2)
//additionally, we arent dumping any bits here when i think we should be, need a game to test. (Refraction)
DevCon.Warning(" Rare MPEG command! ");
if (macroblock_modes == 0) return 0; // error
return (MACROBLOCK_INTRA | (1 << 16));

View File

@ -166,6 +166,7 @@ static __ri const char* _eelog_GetHwName( u32 addr, T val )
EasyCase(SIF1_CHCR);
EasyCase(SIF1_MADR);
EasyCase(SIF1_QWC);
EasyCase(SIF1_TADR);
EasyCase(SIF2_CHCR);
EasyCase(SIF2_MADR);