Skip to content
/ gba-template Public template

๐Ÿ“‘ Template for GBA Projects.

Notifications You must be signed in to change notification settings

afska/gba-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

gba-template

image

Install

  • Install devKitPro and clone the project. Use this file structure:

    • gba
      • tools
        • devKitPro
      • projects
        • gba-template
  • Add to PATH:

    • {DEVKITARM}/bin
    • {DEVKITPRO}/tools/bin

    -> (you can use export PATH=$PATH:{NEW_PATHS} in ~/.bash_profile)

  • Run script:

    • ./configure.sh

Actions

  • make clean
  • make build
  • make start