Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 685 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 685 Bytes

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