mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
Add SystemUpdater to blocklist
iirc one or two versions of TWL SystemUpdater can fit within the NAND. Definitely block it in case.
This commit is contained in:
parent
4a3c9a0945
commit
70869549a9
@ -456,6 +456,7 @@ bool install(char* fpath, bool systemTitle)
|
||||
(h->tid_low & 0xFF) == region || //only blacklist console region
|
||||
h->tid_low == 0x484e4541 || //and block specifically international PictoChat
|
||||
h->tid_low == 0x484e4441 || //and Download Play for good measure
|
||||
h->tid_low == 0x30535541 || //just to be safe also block sysupdaters. iirc one dos fit in NAND if you've removed some things
|
||||
region == 0 //if the region check failed somehow, blacklist everything
|
||||
))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user