summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
authorMarcus Wanners <marcus@wanners.net>2009-06-04 16:33:48 +0000
committerMarcus Wanners <marcus@wanners.net>2009-06-04 16:33:48 +0000
commit4f057ecb0b15c01d7c64bbfcdaf434d1b79c1fb2 (patch)
tree88055bf154e16476e2c6e985895afd323537403b /Source/Core/VideoCommon
parent475b4afb1fab8f02b97cbeb32cc3ae5bbc869ff1 (diff)
Compile fix :p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3323 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon')
-rw-r--r--Source/Core/VideoCommon/Src/BPStructs.cpp4
1 files changed, 1 insertions, 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;
}
}