From ba42d9aa580eabe2d01697678894dafadac93dde Mon Sep 17 00:00:00 2001 From: nakeee Date: Fri, 13 Nov 2009 13:47:12 +0000 Subject: [PATCH] DSPLLE moved DMA debuging to debug level (thanks ayuanx@163.com) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4558 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DSPCore/Src/DSPHWInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DSPCore/Src/DSPHWInterface.cpp b/Source/Core/DSPCore/Src/DSPHWInterface.cpp index d83c93814a..35963aa87e 100644 --- a/Source/Core/DSPCore/Src/DSPHWInterface.cpp +++ b/Source/Core/DSPCore/Src/DSPHWInterface.cpp @@ -316,7 +316,7 @@ void gdsp_do_dma() exit(0); } #if defined(_DEBUG) || defined(DEBUGFAST) - NOTICE_LOG(DSPLLE, "DMA pc: %04x ctl: %04x addr: %08x da: %04x size: %04x", g_dsp.pc, ctl, addr, dsp_addr, len); + DEBUG_LOG(DSPLLE, "DMA pc: %04x ctl: %04x addr: %08x da: %04x size: %04x", g_dsp.pc, ctl, addr, dsp_addr, len); #endif switch (ctl & 0x3) {