Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in log message in WII_IOB.cpp.
  • Loading branch information
comex committed Sep 4, 2013
1 parent 7e26aac commit 1ea8b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/HW/WII_IOB.cpp
Expand Up @@ -29,7 +29,7 @@ void Read32(u32& _rReturnValue, const u32 _Address)
break;
// WiiMenu... no idea
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;


Expand Down

0 comments on commit 1ea8b93

Please sign in to comment.