RetroArch/android/phoenix
Lioncash 0bb3999e18 Android: Use apply instead of commit for applying SharedPreference changes
This will apply changes asynchronously, so it gets rid of some blocking IO.
It probably doesn't matter, but is considered good practice.
2014-11-06 09:45:22 -05: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 (Android) Build fix 2014-10-22 00:26:15 +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 Android: Use apply instead of commit for applying SharedPreference changes 2014-11-06 09:45:22 -05: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 Added LEANBACK_LAUNCHER category 2014-08-20 13:12:06 -04:00
ant.properties Delete original phoenix directory; Rename andretro directory to phoenix. 2012-12-06 01:47:52 -05:00
build.xml (Android) Enable building with ant on Windows 2014-09-28 03:26:30 +00: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.