From a73dd21ee983862388d6eeafb260da4694472873 Mon Sep 17 00:00:00 2001 From: omegadox Date: Wed, 15 Jul 2009 21:26:49 +0000 Subject: Some minor changes to VideoCommon, improved SawWave sound, the denied sound in ZWW sounds better (compared it to real HW to be sure). git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3810 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/OpcodeDecoding.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/VideoCommon/Src/OpcodeDecoding.cpp') diff --git a/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp b/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp index 9342c3e7df..d0b8bb7ece 100644 --- a/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp +++ b/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp @@ -257,6 +257,7 @@ static void Decode() break; case 0x44: + DEBUG_LOG(VIDEO, "GX 0x44: %08x", Cmd); // zelda 4 swords calls it and checks the metrics registers after that break; -- cgit v1.2.3