Skip to content

emtee40/gameboid-og

Repository files navigation

GameBoid is free and open source GBA emulator for Android, based on gpSP.

It has most of gpSP and Android shared emulator routines library features including:

  • zipped games support
  • on-screen controls
  • save-load support

Building:

GameBoid depends on shared emulator routines library, which can be obtained from Sourceforge.

To build debug version execute following commands (taking, that you are in project directory and checked out library source is under ../emudroid-common):

$ android update project -p . -l ../emudroid-common $ NDK_DEBUG=1 ndk-build $ ant debug