dolphin/Source/Android
Mike Harris d73100f0e4 Minor cleanup in EmulationActivity.
Move the parameter extraction earlier on in onCreate. Mostly this moves
setting sIsGameCubeGame to before setContentView, which means
EmulationFragment will always see it in a consistent state. Previously,
there was a race, which mean the controller overlay would randomly be
Wii controls for a GameCube game (since the default is false).

Use the correct support version of things, ActivityOptionsCompat and
transitions

Rename static var mIsGameCubeGame to sIsGameCubeGame. s is static, m is
member.
2017-10-16 20:36:12 -07:00
..
app Minor cleanup in EmulationActivity. 2017-10-16 20:36:12 -07:00
gradle/wrapper Android: Update android studio + gradle. 2017-03-04 15:53:40 +01:00
jni Move emulation lifecycle handling into EmulationFragment. 2017-10-15 16:44:56 -07:00
.gitignore Android:Changes to simplify command-line building of the app, and bugfixes to the Gradle script 2015-07-13 09:37:44 -04:00
build.gradle Bump compile SDK and buildtools version to 26 (Oreo). 2017-10-15 16:44:56 -07:00
code-style-java.jar
gradle.properties Implement Gamecube Input setting screen 2016-01-29 23:33:06 -05:00
gradlew
gradlew.bat
settings.gradle