From 433d79d050ddcdd22d317c1b7de4f5c61cfc8ef8 Mon Sep 17 00:00:00 2001 From: lilymaniac Date: Wed, 29 Mar 2017 22:31:17 +0900 Subject: [PATCH] Use proper TIDLow for KOR N3DS H&S * 20027300, not 00027300 * This fixes H&S inject on KOR N3DS --- source/game/gameutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/game/gameutil.c b/source/game/gameutil.c index 3f179f8..33da816 100644 --- a/source/game/gameutil.c +++ b/source/game/gameutil.c @@ -1433,7 +1433,7 @@ u32 CheckHealthAndSafetyInject(const char* hsdrv) { u32 InjectHealthAndSafety(const char* path, const char* destdrv) { const u32 tidlow_hs_o3ds[] = { 0x00020300, 0x00021300, 0x00022300, 0, 0x00026300, 0x00027300, 0x00028300 }; - const u32 tidlow_hs_n3ds[] = { 0x20020300, 0x20021300, 0x20022300, 0, 0, 0x00027300, 0 }; + const u32 tidlow_hs_n3ds[] = { 0x20020300, 0x20021300, 0x20022300, 0, 0, 0x20027300, 0 }; NcchHeader ncch; // write permissions