Skip to content

Commit

Permalink
Final commit, I pinky promise.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rvtr committed Nov 24, 2023
1 parent 939e257 commit 82acb44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions arm9/src/install.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,12 +455,14 @@ bool install(char* fpath, bool systemTitle)
tidLow == 0x484e4900 || // Nintendo DSi Camera
tidLow == 0x484e4a00 || // Nintendo Zone
tidLow == 0x484e4b00 // Nintendo DSi Sound
)) || (h->tid_high == 0x00030011 && (
tidLow == 0x30535500 || // Twl SystemUpdater
tidLow == 0x34544e00 || // TwlNmenu
tidLow == 0x54574c00 // TWL EVA
)) || (h->tid_high == 0x00030015 && (
tidLow == 0x484e4200 || // System Settings
tidLow == 0x484e4600 || // Nintendo DSi Shop
tidLow == 0x30535500 || // Twl SystemUpdater
tidLow == 0x34544e00 || // TwlNmenu
tidLow == 0x54574c00 // TWL EVA
)) || (h->tid_high == 0x00030017 && (
tidLow == 0x484e4100 // Launcher
))) && (
Expand Down

0 comments on commit 82acb44

Please sign in to comment.