Skip to content

III Homebrew development

ImDuck42 edited this page Aug 26, 2023 · 4 revisions
  • First, download the following file and unzip it in your working directory: project template.

You can also browse its content here.

In this section, we will learn how the 3DS works and develop small programs based on this template.

Note that while most homebrew code for Ninjhax homebrew is currently written in C, C++ development is very much possible out of the box, with little to no changes. As such, wherever C is mentioned in this documentation, you are free to use C++ instead.

Also, make sure to check Terminology when you're not sure what is being talked about in any of the documentation on this wiki.