/gba-template

Project template for GBA programming without the hassle of installing devkitpro

Primary LanguageCGNU General Public License v3.0GPL-3.0

GBA C/C++ template

Overview

This project contains a template that get's your own GBA game going with just a single git clone.

How to compile helloworld

Run make in the project directory.

Requirements

You need the arm-none-eabi toolchain installed in your machine and in your path. You'll also need make to compile the program. libgba from devkitpro is already included.

License

This template is licensed under the GPLv3 License. This is mainly because libgba is licensed under the GPLv2 (or later).