From 4f057ecb0b15c01d7c64bbfcdaf434d1b79c1fb2 Mon Sep 17 00:00:00 2001 From: Marcus Wanners Date: Thu, 4 Jun 2009 16:33:48 +0000 Subject: [PATCH] Compile fix :p git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3323 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/BPStructs.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Source/Core/VideoCommon/Src/BPStructs.cpp b/Source/Core/VideoCommon/Src/BPStructs.cpp index 80dce86705..d88f32ca3d 100644 --- a/Source/Core/VideoCommon/Src/BPStructs.cpp +++ b/Source/Core/VideoCommon/Src/BPStructs.cpp @@ -570,9 +570,7 @@ void BPWritten(const Bypass& bp) case BPMEM_TEV_ALPHA_ENV+30: case BPMEM_TEV_COLOR_ENV+32: // Texture Environment 16 case BPMEM_TEV_ALPHA_ENV+32: - break; - default: - //WARN_LOG(VIDEO, "Unknown Bypass opcode: address = 0x%08x value = 0x%08x", bp.address, bp.newvalue); + break; } }