diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-08-11 00:35:07 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-08-11 00:35:07 +0000 |
| commit | 5be34cd7e5c55a6c59d8b532c42485eed58cccf1 (patch) | |
| tree | 868cf6d1de7dbf871f51b059c6f3edee773b9778 /Source/Core/VideoCommon/Src/OpcodeDecoding.cpp | |
| parent | 13a901146f3939d53ecc18791bd2174d60d8384f (diff) | |
random small fixes - fix debug builds, dump ucodes on PAD_BUTTON_X, get rid of a never-closed FILE*
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3959 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/OpcodeDecoding.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/OpcodeDecoding.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp b/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp index e631d9957f..bacaaa2322 100644 --- a/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp +++ b/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp @@ -258,7 +258,7 @@ static void Decode() break; case GX_CMD_UNKNOWN_METRICS: // zelda 4 swords calls it and checks the metrics registers after that - DEBUG_LOG(VIDEO, "GX 0x44: %08x", Cmd); + DEBUG_LOG(VIDEO, "GX 0x44: %08x", cmd_byte); break; case GX_CMD_INVL_VC: // Invalidate Vertex Cache |
