From dece4c730cfde0965532feea8e70ab94af52ca3e Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Tue, 9 Oct 2012 13:07:06 +0000 Subject: [PATCH] Add NFL '12 to the database and silence a SPU2 cache clear notice. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5430 96395faa-99c1-11dd-bbfe-3dabce05a288 --- bin/GameIndex.dbf | 5 +++++ plugins/spu2-x/src/spu2sys.cpp | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bin/GameIndex.dbf b/bin/GameIndex.dbf index 1bd8292418..5b64183438 100644 --- a/bin/GameIndex.dbf +++ b/bin/GameIndex.dbf @@ -10228,6 +10228,11 @@ Serial = SLUS-21944 Name = Dora's Big Birthday Adventure Region = NTSC-U --------------------------------------------- +Serial = SLUS-21946 +Name = Madden NFL 12 +Region = NTSC-U +Compat = 5 +--------------------------------------------- Serial = SLUS-27029 Name = Disney Sing It [Bundle] Region = NTSC-U diff --git a/plugins/spu2-x/src/spu2sys.cpp b/plugins/spu2-x/src/spu2sys.cpp index e9a2ca0f93..e8b4bc55e8 100644 --- a/plugins/spu2-x/src/spu2sys.cpp +++ b/plugins/spu2-x/src/spu2sys.cpp @@ -80,7 +80,7 @@ __forceinline void spu2M_Write( u32 addr, s16 value ) const int cacheIdx = addr / pcm_WordsPerBlock; pcm_cache_data[cacheIdx].Validated = false; - if(MsgToConsole()) ConLog( "* SPU2-X: PcmCache Block Clear at 0x%x (cacheIdx=0x%x)\n", addr, cacheIdx); + if(MsgToConsole() && MsgCache()) ConLog( "* SPU2-X: PcmCache Block Clear at 0x%x (cacheIdx=0x%x)\n", addr, cacheIdx); } *GetMemPtr( addr ) = value; } @@ -1142,7 +1142,7 @@ static void __fastcall RegWrite_Core( u16 value ) break; case REG_S_ADMAS: - //ConLog("* SPU2-X: Core %d AutoDMAControl set to %d (%d)\n",core,value, Cycles); + ConLog("* SPU2-X: Core %d AutoDMAControl set to %d (at cycle %d)\n",core,value, Cycles); thiscore.AutoDMACtrl=value; if(value==0)