diff options
| author | omegadox <omegadox@gmail.com> | 2009-04-08 01:46:02 +0000 |
|---|---|---|
| committer | omegadox <omegadox@gmail.com> | 2009-04-08 01:46:02 +0000 |
| commit | 33cd584b387442ef93f7111dcdb887da577c3c2d (patch) | |
| tree | f6fb1249be7ba490d2a5a24967031657340c3bb6 /Source/Core | |
| parent | 449aa57de3045654655253a779a80f39eee021d8 (diff) | |
small fix.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2925 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/Src/HW/PixelEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
