Merge pull request #4750 from booto/hex_is_tough

58 is 0x3a in hex, not 0x31
This commit is contained in:
JosJuice 2017-01-25 19:09:03 +01:00 committed by GitHub
commit f1e9c01796

View File

@ -331,7 +331,7 @@ constexpr std::array<IosMemoryValues, 31> 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,