Skip to content

Commit

Permalink
booter_fc: add support for R4 3DS Gold RTS/PK3DS (#2485)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deletecat authored Oct 29, 2024
1 parent b66a346 commit 26e3d37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ ipch/
7zfile/Flashcard users/Autoboot/R4i-SDHC, r4isdhc.com cards 2014+, R4i SDHC Upgrade Revolution, R4DSiXL3D, R4i Advance, R4-IIIi, R4 SDHC Revolution, R4(i) Pocket, R4i Gold (v1.4.1) (3DS) & R4xDS
7zfile/Flashcard users/Autoboot/R4iDSN
7zfile/Flashcard users/Autoboot/R4IIISDHC (v3.07 kernel), R4i SDHC Silver RTS Lite, R4iTT v1.6
7zfile/Flashcard users/Autoboot/r4i-gold.com R4 3DS Gold RTS, PK3DS
7zfile/Flashcard users/Autoboot/r4i.cn
7zfile/Flashcard users/Autoboot/r4dspro.com
7zfile/Flashcard users/Autoboot/SuperCard DSONE
Expand Down
8 changes: 6 additions & 2 deletions booter_fc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,13 @@ autoboot:

mkdir -p "../7zfile/Flashcard users/Autoboot/R4i-REDANT/"
cp TTMenu.dat "../7zfile/Flashcard users/Autoboot/R4i-REDANT/Redant.dat"
# Since this is the last one, move it instead of copy
mv TTMenu.dat "../7zfile/Flashcard users/Autoboot/R4i-REDANT/TTMenu.dat"
cp TTMenu.dat "../7zfile/Flashcard users/Autoboot/R4i-REDANT/TTMenu.dat"

##### For DSTT clones which do not support the ttio_sdhc driver
dlditool flashcart_specifics/DLDI/DSTTDLDIboyakkeyver.dldi TTMenu.dat
mkdir -p "../7zfile/Flashcard users/Autoboot/r4i-gold.com R4 3DS Gold RTS, PK3DS/"
# Since this is the last one, move it instead of copy
mv TTMenu.dat "../7zfile/Flashcard users/Autoboot/r4i-gold.com R4 3DS Gold RTS, PK3DS/TTMenu.dat"

$(TARGET).nds: makearm7_fc makearm7_r4ils makearm9_fc makearm9_r4ig makearm9_acekard2 makearm9_r4idsn
# simple nds srl without dsi extended header
Expand Down

0 comments on commit 26e3d37

Please sign in to comment.