Improve DEMON bootloader

Now directly boots TTMenu.dat instead
This commit is contained in:
lifehackerhansol 2022-11-09 00:49:44 -08:00
parent 28d7fc5a68
commit b257711436
2 changed files with 7 additions and 1 deletions

Binary file not shown.

View File

@ -1 +1,7 @@
This boots `_BOOT_DS.NDS` in root. `_BOOT_DS.NDS` must be DLDI patched with any DSTT DLDI.
This is a loader for DEMON-based devices (commonly known as timebombed carts.)
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.
This file is licensed GPLv2. The source code can be found here: https://github.com/lifehackerhansol/flashcard-bootstrap.
The only change in this file is that the boot target was changed from `BOOT.NDS` to `TTMenu.dat`.