dolphin/Source/Android/src/org/dolphinemu/dolphinemu
2014-01-02 12:23:17 -05:00
..
emulation [Android] Fix joysticks only capable of right/down movements. Also make it capable of using onscreen joystick even if controller 1 is bound. 2013-12-12 21:24:39 -06:00
folderbrowser [Android] Simplify the FolderBrowserAdapter a little, as well as the Fill method within FolderBrowser.java. Previously the fill method would create an entire new adapter and assign it to the backing ListView. This is pretty unnecessary, so what it now does is, when the function is called, it clears out the adapter, then simply fills it in again with the new directory's contents. Simple, and doesn't require a reference to the actual ListView to be used. 2013-11-16 04:36:22 -05:00
gamelist Merge branch 'master' into android-new-control-input-overlay 2013-11-24 16:12:00 -06:00
settings [Android] Simplify instantiations of OverlayConfigButton.java. Also simplified resizeDrawable even more. We just acquire the resource instance and then get the display metrics directly. 2014-01-02 12:23:17 -05:00
sidemenu [Android] Get rid of some unnecessary variables in the getView() methods of some adapters. 2013-11-15 16:32:52 -05:00
AboutFragment.java Merge branch 'master' into android-new-control-input-overlay 2013-11-24 16:12:00 -06:00
DolphinEmulator.java [Android] Simplify resizeDrawable in OverlayConfigButton.java. 2014-01-02 11:53:28 -05:00
NativeLibrary.java Merge branch 'master' into android-new-control-input-overlay 2013-11-24 16:12:00 -06:00