From 35a9f15efae431c17767376cec803bb55d22722c Mon Sep 17 00:00:00 2001 From: hrydgard Date: Sat, 20 Jun 2009 11:02:16 +0000 Subject: [PATCH] typo git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3506 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda.cpp b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda.cpp index 77fb818180..ef81c7e5d7 100644 --- a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda.cpp +++ b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda.cpp @@ -56,7 +56,6 @@ public: s32 DataL = PV1l; if (m_mode == 1) { //linear - DataL = PV1l + ((PV2l - PV1l)*acc)/48000; } else if (m_mode == 2) {//cubic @@ -129,7 +128,7 @@ void CUCode_Zelda::UpdatePB(ZPB& _rPB, int *templbuffer, int *temprbuffer, u32 _ if (pTest[0x06] != 0x00) { - // probably pTest[0x06] ==0 -> AFC (and variants) + // probably pTest[0x06] == 0 -> AFC (and variants) } else { @@ -138,9 +137,7 @@ void CUCode_Zelda::UpdatePB(ZPB& _rPB, int *templbuffer, int *temprbuffer, u32 _ case 0x05: case 0x09: { - // // initialize "decoder" if the sample is played the first time - // if (pTest[0x04] != 0) { // zelda: @@ -464,8 +461,8 @@ void CUCode_Zelda::ExecuteList() DEBUG_LOG(DSPHLE, "DsetupTable"); DEBUG_LOG(DSPHLE, "Param Blocks 1: 0x%08x", m_PBAddress); - DEBUG_LOG(DSPHLE, "DSPADPCM_FILTER (size: 0x500): 0x%08x", tmp1); - DEBUG_LOG(DSPHLE, "DSPRES_FILTER (size: 0x40): 0x%08x", tmp2); + DEBUG_LOG(DSPHLE, "DSPADPCM_FILTER (size: 0x500): 0x%08x", DSPADPCM_FILTER); + DEBUG_LOG(DSPHLE, "DSPRES_FILTER (size: 0x40): 0x%08x", DSPRES_FILTER); DEBUG_LOG(DSPHLE, "Param Blocks 2: 0x%08x", m_PBAddress2); } break;