gba-examples icon indicating copy to clipboard operation
gba-examples copied to clipboard

Results 4 gba-examples issues
Sort by recently updated
recently updated
newest added

## Bug Report ### What's the issue you encountered? I compile the example using latest devkitARM, and the bios dump example fail to init fat. ### Environment? Archlinux with latest...

```makefile ARCH := -mthumb -mthumb-interwork CFLAGS := -g -Wall -O2\ -mcpu=arm7tdmi -mtune=arm7tdmi\ $(ARCH) ``` I can make a pull request for all makefiles if it's ok.

## Bug Report I tried to build the examples here on the latest devkitARM on my Mac. ### What's the issue you encountered? ``` ~/sources/gba-examples ❯ make ScoutSplash.pcx tune.bgf PlayBoyScout.c...

The user needs to execute xcomms (or compatible) in the same directory as the files, that are to be opened. This might not be obvious and failure to do so...