From 1ea8b936676d5e0992a50cf4d0458658bf61978c Mon Sep 17 00:00:00 2001 From: comex Date: Wed, 4 Sep 2013 00:02:49 -0400 Subject: [PATCH] Fix typo in log message in WII_IOB.cpp. --- Source/Core/Core/Src/HW/WII_IOB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/Src/HW/WII_IOB.cpp b/Source/Core/Core/Src/HW/WII_IOB.cpp index 59d610afec..bfcf1024e4 100644 --- a/Source/Core/Core/Src/HW/WII_IOB.cpp +++ b/Source/Core/Core/Src/HW/WII_IOB.cpp @@ -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;