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:
rmc 2023-11-05 12:33:43 -05:00
parent 4a3c9a0945
commit 70869549a9
No known key found for this signature in database
GPG Key ID: 5633EC10309D77D1

View File

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