DEMON bootstrap: actually fix YSMenu support

It seems the firmware doesn't actually set the SDHC variable? So we
now have to do it ourselves. This is done here.
This commit is contained in:
lifehackerhansol 2024-11-14 14:02:04 -08:00
parent 8292a6a0ad
commit bff7d93bcd
No known key found for this signature in database
GPG Key ID: 80FB184AFC0B3B0E
2 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -3,5 +3,6 @@ This will directly launch TTMenu.dat, and is intended to be used with YSMenu.
DO NOT under any circumstance combine this with official TTMenu. Your flashcart will be BRICKED. DO NOT under any circumstance combine this with official TTMenu. Your flashcart will be BRICKED.
This file is licensed Zlib. The source code can be found here: https://github.com/asiekierka/nds-miniboot. This file is licensed Zlib.
The only change in this file is that the boot target was changed from `BOOT.NDS` to `TTMenu.dat`. The source code can be found here: https://github.com/lifehackerhansol/nds-miniboot
at branch: `ysmenu`