Skip to content

jokerx0001/nds-bootstrap

 
 

Repository files navigation


nds-bootstrap is an open-source application that allows Nintendo DS/DSi ROMs and homebrew to be natively utilised rather than using an emulator. nds-bootstrap works on Nintendo DSi/3DS SD cards through CFW and on Nintendo DS through flashcarts.

ROM Compatibility

nds-bootstrap supports most DS ROMS, with a few exceptions. You can enhance your gaming experience with cheats and faster load times than general cartridges (for games that support those features). Game saving is supported too and will be saved in the .sav extention. If you find a bug, please report it in the issues tab.

Be sure to manually patch out the Anti-Piracy functions though, as nds-bootstrap does not include patches of this sort.

nds-bootstrap also supports many homebrew applications, including emulators such as lameboy and NesDS.

Compiling

In order to compile this on your own, you will need devkitPro with the devkitARM toolchain, plus the necessary tools and libraries. devkitPro includes dkp-pacman for easy installation of all components:

 $ dkp-pacman -Syu devkitARM devkitarm-rules general-tools dstools ndstool libnds libfat-nds

Once everything is downloaded and installed, git clone this repository, navigate to the folder, and run make to compile nds-bootstrap. If there is an error, let us know.

Frontends

A frontend isn't required to be used as nds-bootstrap uses an ini file to load its parameters. However, it is very much recommended.

TWiLight Menu is a frontend for nds-bootstrap, developed by RocketRobz. It has 4 customizable themes to choose from (the DSi Menu, the 3DS Home Menu, the R4 kernel, and the Acekard theme, based on the AKAIO firmware).

About

Boot an nds file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 70.6%
  • Assembly 10.5%
  • C 10.5%
  • Makefile 8.4%