diff --git a/arm9/src/install.c b/arm9/src/install.c index ddce36c..4c76e44 100644 --- a/arm9/src/install.c +++ b/arm9/src/install.c @@ -406,6 +406,7 @@ bool install(char* fpath, bool systemTitle) tidLow == 0x484e4400 || // DS Download Play tidLow == 0x484e4500 || // PictoChat tidLow == 0x484e4900 || // Nintendo DSi Camera + tidLow == 0x484e4a00 || // Nintendo Zone tidLow == 0x484e4b00 // Nintendo DSi Sound )) || (h->tid_high == 0x00030015 && ( tidLow == 0x484e4200 || // System Settings diff --git a/arm9/src/titlemenu.c b/arm9/src/titlemenu.c index b491d14..64ee4af 100644 --- a/arm9/src/titlemenu.c +++ b/arm9/src/titlemenu.c @@ -117,6 +117,7 @@ static void generateList(Menu* m) strncmp(ent->d_name, "484e44", 6) == 0 || // DS Download Play strncmp(ent->d_name, "484e45", 6) == 0 || // PictoChat strncmp(ent->d_name, "484e49", 6) == 0 || // Nintendo DSi Camera + strncmp(ent->d_name, "484e4a", 6) == 0 || // Nintendo Zone strncmp(ent->d_name, "484e4b", 6) == 0 // Nintendo DSi Sound )) || (i == 2 && ( strncmp(ent->d_name, "484e42", 6) == 0 || // System Settings