dolphin/Source/Android
Lioncash 7aa305ea35 Profiler: Migrate global g_ProfileBlocks boolean to JitOptions
This global belongs in the JitOptions structure, as it's a conditional
setting (A.K.A. option) that changes the behavior of what the JIT does.

Plus it keeps the scope of the variable constrained to the general area
it's intended to be used and nothing further.
2018-08-27 11:30:19 -04:00
..
app Reformat Android code 2018-08-26 21:37:54 -07:00
gradle/wrapper Android: Updates for Android Studio 3.1 2018-03-28 16:38:22 -04:00
jni Profiler: Migrate global g_ProfileBlocks boolean to JitOptions 2018-08-27 11:30:19 -04: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 Update Android Gradle Plugin 2018-08-14 07:40:25 -04:00
code-style-java.xml Update code style file, remove old style .jar 2018-08-26 21:32:56 -07:00
gradle.properties Reformat Android code 2018-08-26 21:37:54 -07:00
gradlew
gradlew.bat
settings.gradle