fix for issue 712

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2603 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2009-03-07 19:32:19 +00:00
parent 6e9cc44d20
commit 56d1f87f49
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ void Shutdown()
void Read16(u16& _rReturnValue, const u32 _Address)
{
WARN_LOG(COMMANDPROCESSOR, "(r): 0x%08x", _Address);
DEBUG_LOG(COMMANDPROCESSOR, "(r): 0x%08x", _Address);
switch (_Address & 0xFFF)
{
case STATUS_REGISTER: