RetroArch/android/phoenix
2013-10-23 10:42:24 +02:00
..
.settings Delete original phoenix directory; Rename andretro directory to phoenix. 2012-12-06 01:47:52 -05:00
assets (libretro_cores.cfg / Android) Change mupen64 name 2013-10-14 11:34:29 +02:00
docs Update Building in Eclipse.md 2013-10-23 10:42:24 +02:00
jni [ANDROID] fix compile on windows 2013-10-21 21:38:54 -04:00
libs/appcompat [Android] Remove R.java and BuildConfig.java from the appcompat lib. These are generated files, so there's no need to keep them in the repo. They will be regenerated upon builds. 2013-10-15 11:31:36 -04:00
res Added Android support for cheap G910 gamepad. 2013-10-22 22:31:48 +01:00
src/org/retroarch/browser [Android] Remove a pointless throws for IOException in ModuleWrapper. There's no way an I/O exception can be thrown in this constructor. 2013-10-15 23:07:36 -04: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 Delete original phoenix directory; Rename andretro directory to phoenix. 2012-12-06 01:47:52 -05:00
.project (Android Java) Move functionality over to main menu 2013-08-10 23:53:37 +02:00
AndroidManifest.xml [Android] Remove the need for RefreshRateSetOS. This can be done with a preference listener within VideoPreferenceFragment. 2013-10-15 10:54:40 -04:00
ant.properties Delete original phoenix directory; Rename andretro directory to phoenix. 2012-12-06 01:47:52 -05:00
build.xml Delete original phoenix directory; Rename andretro directory to phoenix. 2012-12-06 01:47:52 -05:00
proguard-project.txt Delete original phoenix directory; Rename andretro directory to phoenix. 2012-12-06 01:47:52 -05:00
project.properties [Android] Very large reworking of the preferences. It uses fragments to handle preferences, not to mention the entirety of the preferences has been moved into a viewpager/tab-nav combo. 2013-10-11 17:41:22 -04: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.