Skip to content

Latest commit

 

History

History

devkitARM-3ds

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

devkitARM-3ds

Everything needed to build GBA, NDS, and 3DS games.

Usage

$ docker run --rm -it -v $(pwd):/source cromo/devkitarm-3ds

Examples

devkitPro is installed in /opt/devkitPro, with examples for the GBA and the NDS in the examples directory under that. Each contains several folders to demonstrate how to use various capabilities of the systems. To build an example, cd into its directory and run make. This should result in a .gba or .nds file being built, which can be run in emulators or put on flash carts.

3DS examples can be found in /opt/devkitPro/ctrulib/libctru/examples.