spellboundtriangle / nds-bootstrap

Boot an nds file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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.

Anti-Piracy patches can be loaded via IPS files, but they are not included inside the software itself.

nds-bootstrap also supports many homebrew applications, including games like DSCraft.

B4DS mode (a result of running nds-bootstrap on DS-mode flashcards with locked SCFG or DS Phat/lite) only supports some DS ROMs. You can increase compatibility by inserting a DS Memory Expansion Pak.

Compiling

If your goal is to get the latest nightly, feel free to get it from our auto compiler, handled by TWLBot. Also, if you push your test commits to a GitHub forks, you could have GitHub Actions run on every commit instead. If, however, you'd like to compile this locally, you will need to install devkitARM with the necessary Nintendo DS development libraries. To learn how to set up, please check the devkitPro wiki.

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

You will also need to setup lzss, which can be done by installing gcc (sudo apt-get install gcc) and compiling lzss.c to the devKitARM binary directory (sudo gcc lzss.c -o /opt/devkitpro/tools/bin/lzss)

Once the development environment is ready, clone this repository using git (git clone), navigate to the cloned repo and run make to compile nds-bootstrap.

If you need help manually compiling, please let us know on our Discord Server. The issues tab on our GitHub repository is mainly for running the applications themselves, rather than development.

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 & co. It has 7 customizable launchers to choose from with the ability to launch emulators and other homebrew.

It also includes a number of Anti-Piracy patches for the games and will automatically configure nds-bootstrap for you, with customizable per game settings.

About

Boot an nds file

License:GNU General Public License v3.0


Languages

Language:C 76.2%Language:Assembly 10.2%Language:Makefile 8.6%Language:C++ 5.0%