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:
parent
6e9cc44d20
commit
56d1f87f49
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue