Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 529 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 529 Bytes

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).