mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-11 06:59:07 +01:00
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)
|
void Read16(u16& _rReturnValue, const u32 _Address)
|
||||||
{
|
{
|
||||||
WARN_LOG(COMMANDPROCESSOR, "(r): 0x%08x", _Address);
|
DEBUG_LOG(COMMANDPROCESSOR, "(r): 0x%08x", _Address);
|
||||||
switch (_Address & 0xFFF)
|
switch (_Address & 0xFFF)
|
||||||
{
|
{
|
||||||
case STATUS_REGISTER:
|
case STATUS_REGISTER:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user