Skip to content

Commit

Permalink
Update Original R4SDHC autoboot file to use flashcard-bootstrap
Browse files Browse the repository at this point in the history
Autoboot file by Deletecat & lifehackerhansol
  • Loading branch information
RocketRobz committed Feb 26, 2025
1 parent b2e15cb commit 3f2d536
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
Binary file modified 7zfile/Flashcard users/Autoboot/Original R4SDHC/_DS_MENU.DAT
Binary file not shown.

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ You can help translate TWiLight Menu++ on the [Crowdin project](https://crowdin.
## Secondary Developers
- [DieGo](https://github.com/DieGo367): Adding support for custom ROM/folder icons and improvements for custom skins
- [lifehackerhansol](https://github.com/lifehackerhansol): Improving support for flashcard autobooting and kernel loading
- [Deletecat](https://github.com/Deletecat): Original R4SDHC autoboot file containing a [flashcard-bootstrap](https://github.com/lifehackerhansol/flashcard-bootstrap) binary
- [NightScript](https://github.com/NightScript370): Code cleanup, defining code standards, added flashcard functionality for Wood UI theme, manual pages
## App Launchers
- [ahezard](https://github.com/ahezard), [shutterbug2000](https://github.com/shutterbug2000) and [Rocket Robz](https://github.com/RocketRobz): [nds-bootstrap](https://github.com/ahezard/nds-bootstrap) (used for launching Nintendo DS(i) ROMs off the SD card)
Expand Down
3 changes: 1 addition & 2 deletions booter_fc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,8 @@ autoboot:
cp _DS_MENU.nds "../7zfile/Flashcard users/Autoboot/N5 & R4-PLUS/_DS_MENU.dat"

#### Original R4SDHC
$(PYTHON) flashcart_specifics/dldinoap/dldinoap.py _DS_MENU.nds
# Since this is the last one, move it instead of copy
mv _DS_MENU.nds "../7zfile/Flashcard users/Autoboot/Original R4SDHC/default.nds"
mv _DS_MENU.nds "../7zfile/Flashcard users/Autoboot/Original R4SDHC/TTMenu.dat"

#### EDGE (TODO: Find out how to encrypt the .dat file)
# cp booter_fc.nds EDGE.dat
Expand Down

0 comments on commit 3f2d536

Please sign in to comment.