From b6609ff7b406a396ddfbeabd5d5a511a13a09280 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 11 Mar 2023 17:18:38 +0100 Subject: [PATCH] ios_kernel: remove unused instant patch --- source/ios_kernel/source/instant_patches.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/ios_kernel/source/instant_patches.c b/source/ios_kernel/source/instant_patches.c index 9b527ca..1b43ad7 100644 --- a/source/ios_kernel/source/instant_patches.c +++ b/source/ios_kernel/source/instant_patches.c @@ -126,8 +126,6 @@ void instant_patches_setup(void) { // force check USB storage on load *(volatile u32 *) acp_phys(0xE012202C) = 0x00000001; // find USB flag - // set zero to start thread directly on first title change - *(volatile u32 *) mcp_text_phys(0x050BC580) = 0; // Patch FS to syslog everything *(volatile u32 *) fsa_phys(0x107F5720) = ARM_B(0x107F5720, 0x107F0C84);