From 5990843c1049c1e83c6b457481c4093028d6ccb6 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Tue, 30 Jun 2009 04:00:52 +0000 Subject: [PATCH] must have been some kind of freudian slip... git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3618 8ced0084-cf51-0410-be5f-012b33b47a6e --- .../Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda_Voice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda_Voice.cpp b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda_Voice.cpp index 9cdbe76719..f9bf565ecc 100644 --- a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda_Voice.cpp +++ b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda_Voice.cpp @@ -296,12 +296,12 @@ void CUCode_Zelda::MixAddVoice(ZeldaVoicePB &PB, s32* _LeftBuffer, s32* _RightBu case 0x0008: case 0x0020: case 0x0021: - WARN_LOG(DSPLLE, "Unimplemented MixAddVoice format in zelda %04x", PB.Format); + WARN_LOG(DSPHLE, "Unimplemented MixAddVoice format in zelda %04x", PB.Format); break; default: // TODO: Implement general decoder here - ERROR_LOG(DSPLLE, "Unknown MixAddVoice format in zelda %04x", PB.Format); + ERROR_LOG(DSPHLE, "Unknown MixAddVoice format in zelda %04x", PB.Format); break; }