From 5762c88deb984c3b15300979c120fe7b530e93c1 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 27 Nov 2020 00:52:45 +0100 Subject: [PATCH] Remove outdated comment --- source/ios_kernel/source/instant_patches.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/ios_kernel/source/instant_patches.c b/source/ios_kernel/source/instant_patches.c index 0d0fefa..96df178 100644 --- a/source/ios_kernel/source/instant_patches.c +++ b/source/ios_kernel/source/instant_patches.c @@ -74,14 +74,6 @@ void instant_patches_setup(void) { *(volatile u32 *) (0x0501dd78 - 0x05000000 + 0x081C0000) = (volatile u32 *) THUMB_BL(0x0501dd78, MCP_ReadCOSXml_patch); *(volatile u32 *) (0x051105ce - 0x05000000 + 0x081C0000) = (volatile u32 *) THUMB_BL(0x051105ce, MCP_ReadCOSXml_patch); - // change system.xml to syshax.xml - /* - *(volatile u32*)mcp_rodata_phys(0x050600F0) = 0x79736861; // ysha - *(volatile u32*)mcp_rodata_phys(0x050600F4) = 0x782E786D; // x.xm - - *(volatile u32*)mcp_rodata_phys(0x05060114) = 0x79736861; // ysha - *(volatile u32*)mcp_rodata_phys(0x05060118) = 0x782E786D; // x.xm - */ // patch default title id to system menu *(volatile u32 *) mcp_data_phys(0x050B817C) = *(volatile u32 *) 0x0017FFF0;