RetroArch/android/phoenix
Themaister 9a8147fe93 Actually read back RetroArch config.
onDestroy() is never called for some unknown reason, probably exit() in
NDK. Even so, finish() from UI thread via JNI doesn't work either <_<.
2014-06-20 14:26:26 +02:00
..
.settings Delete original phoenix directory; Rename andretro directory to phoenix. 2012-12-06 01:47:52 -05:00
docs Update Building in Eclipse.md 2013-12-29 13:05:13 +01:00
jni Fix Android build. 2014-06-17 17:58:58 +02:00
libs allows ant build to succeed: bump android version 2014-06-09 00:44:59 -07:00
res (Android) Remove debug_input_enable 2014-06-20 07:03:06 +02:00
src/com/retroarch/browser Actually read back RetroArch config. 2014-06-20 14:26:26 +02:00
.classpath [Android] handle certain "special" buttons on some controllers better, fixes menu button on Ouya controller 2013-08-22 18:14:10 -04:00
.gitignore Fixup Ant build for Android. 2014-04-25 16:35:26 +02:00
.project (Android Java) Move functionality over to main menu 2013-08-10 23:53:37 +02:00
AndroidManifest.xml (Android) Set min SDK version back to 9 2014-03-17 19:07:24 +01:00
ant.properties Delete original phoenix directory; Rename andretro directory to phoenix. 2012-12-06 01:47:52 -05:00
build.xml Fixup Ant build for Android. 2014-04-25 16:35:26 +02:00
proguard-project.txt Delete original phoenix directory; Rename andretro directory to phoenix. 2012-12-06 01:47:52 -05:00
project.properties Update some references. 2013-12-29 13:00:40 +01:00
Readme.md [Android] Add a basic Readme.md to the Android front-end project. 2013-10-11 19:28:35 -04:00

Phoenix - Android front-end for RetroArch.

  • For instructions on importing the project correctly, please see the document, "Building in Eclipse.txt" within the docs folder.