A SLOT-1 home menu alternative for DSi development units
Go to file
rmc 65c8c11906
TwlNmenu boot code (see notes)
I can't actually test this feature right now. melonDS doesn't seem to support jumping from `nand:/tmp/jump.app`, and I can't set up WINE to test with no$gba. I'll set up my other computer later.
2024-02-05 10:50:06 -05:00
.github Add (I'm assuming) non-working TwlNmenu jump 2024-02-03 05:04:48 -05:00
banner Update banner text 2024-02-01 16:25:20 -05:00
include TwlNmenu boot code (see notes) 2024-02-05 10:50:06 -05:00
src TwlNmenu boot code (see notes) 2024-02-05 10:50:06 -05:00
.gitignore Update banner text 2024-02-01 16:25:20 -05:00
Makefile TwlNmenu boot code (see notes) 2024-02-05 10:50:06 -05:00
README.md Add (I'm assuming) non-working TwlNmenu jump 2024-02-03 05:04:48 -05:00
specfile.rsf Add program 2024-02-01 00:42:11 -05:00

SLOT-1-Boot-Menu

launcher-preview

A SLOT-1 home menu alternative for DSi development units. Some dev units like the X4 prototype (this says unconfirmed pre-X4 but the same shells are used on confirmed X4s) have no home menu, so you can't run backup tools through any NAND exploit or by installing a TAD. Since prototypes can still boot from SLOT-1, this program acts as a secondary home menu to give access to running software from the SD and makes prototypes a bit more usable.

  • Full NAND/SD access from SLOT-1
  • Boot an SRL from the SD (sdmc:/boot.nds)
  • Boot MachineSettings and the Launcher from NAND
  • Boot TwlNmenu from ROM

Compiling

You will need the TwlSDK 5.5 and TwlSystem 2.2.0 installed and fully set up. (please don't ask how, I don't even know how I set up my copy)

Once set up, just run make in the cygwin terminal!

Credits