summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/DSPHWInterface.cpp
diff options
context:
space:
mode:
authorMarko Pusljar <LM1234@gmail.com>2011-01-14 12:08:45 +0000
committerMarko Pusljar <LM1234@gmail.com>2011-01-14 12:08:45 +0000
commit3cba9afe7944fde767bbfae260ec6168b23e726c (patch)
tree8fc5177e237f753fdbff6e5ba32463b4be44c4d6 /Source/Core/DSPCore/Src/DSPHWInterface.cpp
parentb0d2df0bad4d62f7d9977dfb1ac4358986e576df (diff)
dsp cleaning
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6846 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/DSPHWInterface.cpp')
-rw-r--r--Source/Core/DSPCore/Src/DSPHWInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DSPCore/Src/DSPHWInterface.cpp b/Source/Core/DSPCore/Src/DSPHWInterface.cpp
index eb1f22da72..aea0aa70fd 100644
--- a/Source/Core/DSPCore/Src/DSPHWInterface.cpp
+++ b/Source/Core/DSPCore/Src/DSPHWInterface.cpp
@@ -136,7 +136,7 @@ void gdsp_ifx_write(u32 addr, u32 val)
if (val & 0x1)
DSPHost_InterruptRequest();
else
- WARN_LOG(DSPLLE, "Unknown Interrupt Request pc=%04x (%04x)", g_dsp.pc, val);
+ INFO_LOG(DSPLLE, "Unknown Interrupt Request pc=%04x (%04x)", g_dsp.pc, val);
break;
case DSP_DMBH: