mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
Final commit, I pinky promise.
Sorry for all the commits! I don't know C and don't have devkitarm set up, so I'm guessing and relying on github actions. This should be the final thing though.
This commit is contained in:
parent
939e25758e
commit
82acb444f2
@ -455,12 +455,14 @@ bool install(char* fpath, bool systemTitle)
|
|||||||
tidLow == 0x484e4900 || // Nintendo DSi Camera
|
tidLow == 0x484e4900 || // Nintendo DSi Camera
|
||||||
tidLow == 0x484e4a00 || // Nintendo Zone
|
tidLow == 0x484e4a00 || // Nintendo Zone
|
||||||
tidLow == 0x484e4b00 // Nintendo DSi Sound
|
tidLow == 0x484e4b00 // Nintendo DSi Sound
|
||||||
)) || (h->tid_high == 0x00030015 && (
|
)) || (h->tid_high == 0x00030011 && (
|
||||||
tidLow == 0x484e4200 || // System Settings
|
|
||||||
tidLow == 0x484e4600 || // Nintendo DSi Shop
|
|
||||||
tidLow == 0x30535500 || // Twl SystemUpdater
|
tidLow == 0x30535500 || // Twl SystemUpdater
|
||||||
tidLow == 0x34544e00 || // TwlNmenu
|
tidLow == 0x34544e00 || // TwlNmenu
|
||||||
tidLow == 0x54574c00 // TWL EVA
|
tidLow == 0x54574c00 // TWL EVA
|
||||||
|
)) || (h->tid_high == 0x00030015 && (
|
||||||
|
tidLow == 0x484e4200 || // System Settings
|
||||||
|
tidLow == 0x484e4600 || // Nintendo DSi Shop
|
||||||
|
tidLow == 0x34544e00 || // TwlNmenu
|
||||||
)) || (h->tid_high == 0x00030017 && (
|
)) || (h->tid_high == 0x00030017 && (
|
||||||
tidLow == 0x484e4100 // Launcher
|
tidLow == 0x484e4100 // Launcher
|
||||||
))) && (
|
))) && (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user