dolphin/Source/Android
Lioncash 053f5c1f17 Android: Use apply() instead of commit() for SharedPreference changes.
apply() changes the in-memory instance of SharedPreferences and writes to the disk asynchronously, rather than synchronously, which commit() does. Since these are done on the UI thread, they should be asynchronous.
2014-10-08 23:12:25 -04:00
..
.settings
assets Use the "No Banner" graphic as a Drawable resource, instead of as an asset. 2014-07-14 21:34:44 -04:00
jni
libs
res Show OpenGL or OpenGL ES on Android depending on what the device supports. 2014-09-19 09:21:16 -05:00
src/org/dolphinemu/dolphinemu Android: Use apply() instead of commit() for SharedPreference changes. 2014-10-08 23:12:25 -04:00
.classpath
.gitignore Add a bunch of gradle/AS related stuff to gitignore. 2014-07-30 22:27:38 -04:00
.project
android.toolchain.cmake Fix a few minor bugs that appeared in the latest android cmake script 2014-09-07 23:18:43 -05:00
AndroidManifest.xml Move first-execution copying of shaders / binaries to an IntentService. 2014-07-09 07:56:27 -04:00
build.gradle Update build.gradle to newer buildtools. 2014-08-28 17:21:48 -05:00
build.xml
custom_rules.xml
project.properties