RetroArch/pkg/android/phoenix
Diablodiab 77e479a8bc Adds two new parameters that can be passed to the Android version of Retroarch at launch:
QUITFOCUS
If enabled this will cause Retroarch to quit completely when it loses focus (eg. when the home button is pressed). This is useful when you are using an alternative launcher such as Kodi because it will make the home button function as an alternative quit key, return to the alternative launcher, and then allow for a different game to start instead of returning to the current session.

HIDEMOUSE
Normally it is not possible to hide the mouse cursor if you have attached an external mouse to your Android unit. This makes it difficult to implement mouse support in the Android version of Retroarch because you will end up having two mouse cursors on the screen. NVIDIA has implemented extensions on the SHIELD that allows for hiding the mouse cursor. If this parameter is provided when starting Retroarch it will check for these extensions and if available it will hide the mouse cursor.

(I am almost done with adding mouse support to the Android input driver and will be submitting a suggestion for this very soon)
2017-02-12 13:26:18 +01:00
..
.settings Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
docs Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
jni (Android) Buildfix 2016-12-12 13:26:45 +01:00
libs/googleplay (Android) Get rid of appcompat and other bloat 2015-12-03 08:46:47 +01:00
res add banner 2016-03-17 20:29:09 -05:00
src/com/retroarch/browser Adds two new parameters that can be passed to the Android version of Retroarch at launch: 2017-02-12 13:26:18 +01:00
.classpath Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
.gitignore Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
.project Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
AndroidManifest.xml Update to version 1.4.1 2017-02-02 22:20:33 +01:00
ant.properties Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
build.xml allow a debuggable release build for the buildbot 2016-02-12 01:09:33 -05:00
proguard-project.txt Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
project.properties (Android) Get rid of appcompat and other bloat 2015-12-03 08:46:47 +01:00
Readme.md Move apple and android to pkg/ 2015-09-20 15:49:19 +02:00
version_increment.py bump up version 2016-03-20 11:48:10 -05: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.