mirror of
https://github.com/ApacheThunder/ntr-hb-menu.git
synced 2025-06-18 11:15:41 -04:00
![]() * 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. |
||
---|---|---|
.. | ||
arm7 | ||
arm9 | ||
ace3ds_sd.dldi | ||
ak2_sd.dldi | ||
bootstrap.bmp | ||
EZ5V2.dldi | ||
Makefile | ||
mati.dldi | ||
mpcf.dldi | ||
nrio.dldi | ||
r4tfv2.dldi | ||
README.TXT | ||
TTCARDIOLibrary.dldi |
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.