diff options
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 0238eafc98..7c3b66cc83 100644 --- a/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp +++ b/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp @@ -261,7 +261,7 @@ static void Decode() break; case GX_CMD_INVL_VC:// Invalidate (vertex cache?) - DebugLog("Invalidate (vertex cache?)"); + DEBUG_LOG("Invalidate (vertex cache?)"); break; case GX_LOAD_BP_REG: //0x61 |
