dolphin/Source/Android
Ryan Houdek 29fc52cfa1 [Android] Stop eating button events we don't handle.
We were eating /all/ button events except the back button. This would cause issues where Android wouldn't receive button press events for things like
volume rockers. So you couldn't change the audio ingame, even if that button isn't bound to an input.

Now we return to Android if we've handled that button press, so it works fine.
2015-02-24 05:38:16 -06:00
..
.settings [Android] Change the .settings file to target Java 1.6 instead of 1.5. 2013-08-22 07:39:11 -04:00
assets [Android] No longer carry a default configuration file. 2015-01-26 00:49:24 -06:00
jni
libs
res [Android] Expose aspect ratio to the video settings. 2015-01-18 15:21:40 -06:00
src/org/dolphinemu/dolphinemu [Android] Stop eating button events we don't handle. 2015-02-24 05:38:16 -06:00
.classpath
.gitignore Android: Ignore some generated files. 2014-11-30 22:52:22 -08:00
.project
android.toolchain.cmake Fix a typo in the Android cmake toolchain script. 2015-02-24 02:58:55 -06:00
AndroidManifest.xml [Android] Add internet permissions. 2015-01-23 23:15:56 -06:00
build.gradle Updates the gradle build file to the latest needed for Android Studio. 2014-12-20 19:01:40 -06:00
build.xml
custom_rules.xml
project.properties Upgrade Android API. 2014-01-28 23:35:13 +00:00