ntr-hb-menu/BootStrap
ApacheThunder 20efa561bc Fix gitignore removing bin file from arm9/include
* Also commented out exception stub from make file...it doesn't appear
to be used by anything and it won't compile for me presently anyways.
2024-10-30 00:08:47 -05:00
..
arm7 build dsiware compatible bootstrap 2017-01-17 03:09:42 +00:00
arm9 Fix gitignore removing bin file from arm9/include 2024-10-30 00:08:47 -05:00
ace3ds_sd.dldi add ace3ds+ support 2021-05-19 03:06:59 +01:00
ak2_sd.dldi add bootstrap code 2010-02-28 13:00:49 +00:00
bootstrap.bmp Set banner/icon/tid in DSi bootstrap 2017-01-16 00:36:33 +01:00
EZ5V2.dldi add bootstrap code 2010-02-28 13:00:49 +00:00
Makefile Improve Icon UI 2024-05-04 14:50:07 -05:00
mati.dldi add bootstrap for iSmart premium 2017-08-20 14:44:47 +01:00
mpcf.dldi add gbamp bootstrap 2011-01-28 11:03:18 +00:00
nrio.dldi Improve Icon UI 2024-05-04 14:50:07 -05:00
r4tfv2.dldi add bootstrap code 2010-02-28 13:00:49 +00:00
README.TXT add note about r4denc 2010-03-03 22:16:25 +00:00
TTCARDIOLibrary.dldi add support for DSTT 2010-05-05 11:12:28 +00:00

This subfolder builds bootstrap code for some popular DS flash cards and should be reasonably easy to modify for others. Essentially it's just a matter of patching the bootstrap code with the appropriate dldi.

The main issues users will have here is where the card menu is encrypted in some way or if the supplied dldi has been built with arm9 code. Hbmenu uses the arm7 to load code in order to allow the maximum use of memory.

The encoder/decoder for the R4 menu is available in devkitPro svn.

svn co https://devkitpro.svn.sourceforge.net/svnroot/devkitpro/trunk/projects/tools/r4denc r4denc

compile this and place it somewhere in your path.