mirror of https://github.com/PCSX2/pcsx2.git
Small fix to logging.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4114 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
6a96e46920
commit
402a52bbc6
|
@ -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));
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue