From c889c81d8fa5c863a6b4eab2b894356a8b0d921e Mon Sep 17 00:00:00 2001 From: booto Date: Thu, 26 Jan 2017 01:52:10 +0800 Subject: [PATCH] 58 is 0x3a in hex, not 0x31 --- Source/Core/Core/IOS/IPC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/IOS/IPC.cpp b/Source/Core/Core/IOS/IPC.cpp index d309ea5c3a..371942c9eb 100644 --- a/Source/Core/Core/IOS/IPC.cpp +++ b/Source/Core/Core/IOS/IPC.cpp @@ -331,7 +331,7 @@ constexpr std::array ios_memory_values = { RAM_VENDOR, 0x93600000, 0x93620000, }, { - 58, 0x311820, 0x030110, MEM1_SIZE, + 58, 0x3a1820, 0x030110, MEM1_SIZE, MEM1_SIZE, MEM1_END, MEM1_ARENA_BEGIN, MEM1_ARENA_END, MEM2_SIZE, MEM2_SIZE, 0x93600000, MEM2_ARENA_BEGIN, 0x935E0000, 0x935E0000, 0x93600000, HOLLYWOOD_REVISION,