Blacklist Nintendo Zone

Apparently Korean consoles don't have it, so I missed it lol
This commit is contained in:
Pk11 2022-01-14 22:55:23 -06:00
parent 68fc9a6586
commit 14356e1628
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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