From 33cd584b387442ef93f7111dcdb887da577c3c2d Mon Sep 17 00:00:00 2001 From: omegadox Date: Wed, 8 Apr 2009 01:46:02 +0000 Subject: [PATCH] small fix. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2925 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/HW/PixelEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/Src/HW/PixelEngine.cpp b/Source/Core/Core/Src/HW/PixelEngine.cpp index 68ba976ffb..6fee58c5f4 100644 --- a/Source/Core/Core/Src/HW/PixelEngine.cpp +++ b/Source/Core/Core/Src/HW/PixelEngine.cpp @@ -129,7 +129,7 @@ void Read16(u16& _uReturnValue, const u32 _iAddress) case PE_ALPHAREAD: WARN_LOG(PIXELENGINE, "(r16): PE_ALPHAREAD"); - INFO_LOG; + break; default: WARN_LOG(PIXELENGINE, "(r16): unknown @ %08x", _iAddress);