Celti / nds-bootstrap

Boot an nds file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nds-bootstrap is an application that allows the usage of Nintendo DS Homebrew & ROMs through the SD cards of the Nintendo DS/3DS, rather than through emulators or flashcarts. Check the linked compatibility list to see which games are playable.

Bug Reporting

Before reporting a bug, check the compatibility list to see if it has already been reported.

A few questions one can answer:

  1. How you encountered the bug
  2. What happens when the bug occurs
  3. If the bug is reproduce-able, what steps can one take in order to get there.

Bugs can be reported in the Github issues section or on our Discord server.

Compiling

Firstly, if you want to self compile, check travis and see if it can compile successfully.

To self-compile this, you'll need to have DevKitPro with DevKitARM. You'll also need the latest libnds. Once all that is downloaded, git clone this repo, open command prompt, navigate to the folder, and type make. It should compile nds-bootstrap. If there is an error, let us know.

Frontends

In order to use this, you'll need to get a frontend. Here are some frontends that we recommend:

  • TWLoader(Discontinued) is a CTR-mode GUI that looks and feels like the Nintendo DSi menu, but the theme can be changed to R4 or akmenu/Wood.
  • nds-hb-menu is another 3DS frontend, but based off the Nintendo DSi homebrew menu.
  • DSIMenuPlusPlus is a port of the dsi menu to the 3ds,and dsi.

About

Boot an nds file

License:GNU General Public License v3.0


Languages

Language:C 68.9%Language:Assembly 14.3%Language:C++ 9.6%Language:Makefile 7.3%