From 402a52bbc6d87c14e69ab996ebd022dc6e41ff48 Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Mon, 20 Dec 2010 21:36:06 +0000 Subject: [PATCH] Small fix to logging. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4114 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/IPU/mpeg2lib/Mpeg.cpp | 1 + pcsx2/ps2/eeHwTraceLog.inl | 1 + 2 files changed, 2 insertions(+) diff --git a/pcsx2/IPU/mpeg2lib/Mpeg.cpp b/pcsx2/IPU/mpeg2lib/Mpeg.cpp index 62d4805c7d..72ba1af9b6 100644 --- a/pcsx2/IPU/mpeg2lib/Mpeg.cpp +++ b/pcsx2/IPU/mpeg2lib/Mpeg.cpp @@ -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)); diff --git a/pcsx2/ps2/eeHwTraceLog.inl b/pcsx2/ps2/eeHwTraceLog.inl index 4ac1f14c5e..c4e904accd 100644 --- a/pcsx2/ps2/eeHwTraceLog.inl +++ b/pcsx2/ps2/eeHwTraceLog.inl @@ -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);