Use proper TIDLow for KOR N3DS H&S

* 20027300, not 00027300
 * This fixes H&S inject on KOR N3DS
This commit is contained in:
lilymaniac 2017-03-29 22:31:17 +09:00 committed by d0k3
parent e6754c367f
commit 433d79d050

View File

@ -1433,7 +1433,7 @@ u32 CheckHealthAndSafetyInject(const char* hsdrv) {
u32 InjectHealthAndSafety(const char* path, const char* destdrv) { u32 InjectHealthAndSafety(const char* path, const char* destdrv) {
const u32 tidlow_hs_o3ds[] = { 0x00020300, 0x00021300, 0x00022300, 0, 0x00026300, 0x00027300, 0x00028300 }; 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; NcchHeader ncch;
// write permissions // write permissions