mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 03:32:58 +00:00
Fix typo in log message in WII_IOB.cpp.
This commit is contained in:
parent
7e26aace9f
commit
1ea8b93667
@ -29,7 +29,7 @@ void Read32(u32& _rReturnValue, const u32 _Address)
|
|||||||
break;
|
break;
|
||||||
// WiiMenu... no idea
|
// WiiMenu... no idea
|
||||||
case 0x24:
|
case 0x24:
|
||||||
ERROR_LOG(WII_IOB, "IOP: Read32 from 0x18 = 0x%08x (WiiMenu)", _Address);
|
ERROR_LOG(WII_IOB, "IOP: Read32 from 0x24 = 0x%08x (WiiMenu)", _Address);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user