mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
small fix.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2925 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user