From 475b4afb1fab8f02b97cbeb32cc3ae5bbc869ff1 Mon Sep 17 00:00:00 2001 From: Marcus Wanners Date: Thu, 4 Jun 2009 16:25:53 +0000 Subject: [PATCH] Got rid of warning (see http://code.google.com/p/dolphin-emu/issues/detail?id=360#c92). git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3322 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/BPStructs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/VideoCommon/Src/BPStructs.cpp b/Source/Core/VideoCommon/Src/BPStructs.cpp index ca3e59194e..80dce86705 100644 --- a/Source/Core/VideoCommon/Src/BPStructs.cpp +++ b/Source/Core/VideoCommon/Src/BPStructs.cpp @@ -572,7 +572,7 @@ void BPWritten(const Bypass& bp) case BPMEM_TEV_ALPHA_ENV+32: break; default: - WARN_LOG(VIDEO, "Unknown Bypass opcode: address = 0x%08x value = 0x%08x", bp.address, bp.newvalue); + //WARN_LOG(VIDEO, "Unknown Bypass opcode: address = 0x%08x value = 0x%08x", bp.address, bp.newvalue); } }