dolphin/Source/Android/src/org/dolphinemu/dolphinemu
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
..
about [Android] Split the AboutFragmentItem and InfoFragmentAdapter into their own class files. 2014-03-08 19:37:32 -05:00
emulation Android: Use apply() instead of commit() for SharedPreference changes. 2014-10-08 23:12:25 -04:00
folderbrowser Separate the XML view handling of the folder browser and the game list from one another. 2014-06-21 19:47:11 -04:00
gamelist Display file size in GiB instead of bytes. 2014-07-14 21:52:52 -04:00
settings Android: Use apply() instead of commit() for SharedPreference changes. 2014-10-08 23:12:25 -04:00
sidemenu [Android] Get rid of some unnecessary variables in the getView() methods of some adapters. 2013-11-15 16:32:52 -05:00
utils Fix the OpenGL About tab. 2014-02-22 21:08:27 -06:00
AssetCopyService.java Move first-execution copying of shaders / binaries to an IntentService. 2014-07-09 07:56:27 -04:00
NativeLibrary.java [Android] Fix a bunch of input bugs. 2014-04-24 08:51:44 -05:00