Menu

Tree [2aab86] master /
 History

HTTPS access


File Date Author Commit
 assets 2013-01-01 AlexanderR AlexanderR [ca5028] More improvements to documentation
 jni 2013-01-17 AlexanderR AlexanderR [3e3368] Fix save restoration by not cleaning up "media"...
 res 2013-01-17 AlexanderR AlexanderR [6317a2] Fixed position of "close" button
 src 2013-01-21 AlexanderR AlexanderR [2aab86] OMG, making class field public to access it.. I...
 .gitignore 2012-12-02 AlexanderR AlexanderR [f72b6d] Moved sources to top-level directory
 Android.mk 2012-12-03 AlexanderR AlexanderR [b7e3ba] Fixed building with common library
 AndroidManifest.xml 2013-01-17 AlexanderR AlexanderR [9f08c5] Sings seem to be ok, so enable config handling ...
 README.md 2013-01-01 AlexanderR AlexanderR [8df5ed] Renamed README for proper Markdown rendering by...
 app_icon-web.png 2012-12-03 AlexanderR AlexanderR [be4689] Added full icon set
 build.xml 2012-12-02 AlexanderR AlexanderR [f72b6d] Moved sources to top-level directory
 proguard-project.txt 2012-12-02 AlexanderR AlexanderR [f72b6d] Moved sources to top-level directory

Read Me

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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.