From ecbfec2a13b581148f0d18cd2a8de995289383a0 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Sat, 28 Feb 2009 22:10:38 +0000 Subject: THIS BREAKS THE D3D PLUGIN FOR THE NEAR TERM. Resurrect an old patch that moves D3D over to the common shader generator framework. Needs a lot more work. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2484 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/OpcodeDecoding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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 -- cgit v1.2.3