mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
Blacklist Nintendo Zone
Apparently Korean consoles don't have it, so I missed it lol
This commit is contained in:
parent
68fc9a6586
commit
14356e1628
@ -406,6 +406,7 @@ bool install(char* fpath, bool systemTitle)
|
|||||||
tidLow == 0x484e4400 || // DS Download Play
|
tidLow == 0x484e4400 || // DS Download Play
|
||||||
tidLow == 0x484e4500 || // PictoChat
|
tidLow == 0x484e4500 || // PictoChat
|
||||||
tidLow == 0x484e4900 || // Nintendo DSi Camera
|
tidLow == 0x484e4900 || // Nintendo DSi Camera
|
||||||
|
tidLow == 0x484e4a00 || // Nintendo Zone
|
||||||
tidLow == 0x484e4b00 // Nintendo DSi Sound
|
tidLow == 0x484e4b00 // Nintendo DSi Sound
|
||||||
)) || (h->tid_high == 0x00030015 && (
|
)) || (h->tid_high == 0x00030015 && (
|
||||||
tidLow == 0x484e4200 || // System Settings
|
tidLow == 0x484e4200 || // System Settings
|
||||||
|
|||||||
@ -117,6 +117,7 @@ static void generateList(Menu* m)
|
|||||||
strncmp(ent->d_name, "484e44", 6) == 0 || // DS Download Play
|
strncmp(ent->d_name, "484e44", 6) == 0 || // DS Download Play
|
||||||
strncmp(ent->d_name, "484e45", 6) == 0 || // PictoChat
|
strncmp(ent->d_name, "484e45", 6) == 0 || // PictoChat
|
||||||
strncmp(ent->d_name, "484e49", 6) == 0 || // Nintendo DSi Camera
|
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
|
strncmp(ent->d_name, "484e4b", 6) == 0 // Nintendo DSi Sound
|
||||||
)) || (i == 2 && (
|
)) || (i == 2 && (
|
||||||
strncmp(ent->d_name, "484e42", 6) == 0 || // System Settings
|
strncmp(ent->d_name, "484e42", 6) == 0 || // System Settings
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user