doomhack / GBADoom

A port of prBoom to the Nintendo GBA.
182 stars 25 forks source link

gba.h and etc #35

Closed EmeraldTuxedo56 closed 1 year ago

EmeraldTuxedo56 commented 1 year ago

Whenever i "make" the file there is an error stating i dont have gba.h and gba_input.h or gba_timers.h or maxmod.h either

RetroGamer02 commented 1 year ago

Are you using DevKitPro? https://github.com/devkitPro/installer/releases

doomhack commented 1 year ago

These headers are part of libgba.

https://github.com/devkitPro/libgba

If you haven't already, install the GBA Development SDK using DevKitPro.