From 5e6c763c9ecc32ac4b93d271c143d1488da984e4 Mon Sep 17 00:00:00 2001 From: Lillian Skinner <56081713+rvtr@users.noreply.github.com> Date: Sat, 23 Dec 2023 14:22:14 -0500 Subject: [PATCH] Update arm9/src/install.c Co-authored-by: Pk11 --- arm9/src/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/src/install.c b/arm9/src/install.c index 01670c4..e9a9dfd 100644 --- a/arm9/src/install.c +++ b/arm9/src/install.c @@ -414,7 +414,7 @@ bool install(char* fpath, bool systemTitle) } //offer to patch system titles to normal DSiWare on SysNAND - if((!sdnandMode && h->tid_high != 0x00030004) && (!sdnandMode && h->tid_high != 0x00030017)) //do not allow patching home menus to be normal DSiWare! This will trigger "ERROR! - 0x0000000000000008 HWINFO_SECURE" on prototype launchers. May also cause issues on the prod versions. + if(!sdnandMode && h->tid_high != 0x00030004 && h->tid_high != 0x00030017) //do not allow patching home menus to be normal DSiWare! This will trigger "ERROR! - 0x0000000000000008 HWINFO_SECURE" on prototype launchers. May also cause issues on the prod versions. { if(choiceBox("This is set as a system/dev\ntitle, would you like to patch\nit to be a normal DSiWare?\n\nThis is safer, but invalidates\nRSA checks and may not work.\n\nIf the title is homebrew this isstrongly recommended.") == YES) {