3.5-1780 11 years, 1 month ago NetPlay: Set the pad buffer size on server creation
3.5-1779 11 years, 1 month ago D3DBase: Don't pass the DEBUG flag when creating a device
3.5-1774 11 years, 1 month ago [Android] General formatting clean-up.
3.5-1773 11 years, 1 month ago [Android] Fix the gamepad settings view inflation.
3.5-1772 11 years, 1 month ago VertexShaderGen: Cleanup.
3.5-1771 11 years, 1 month ago [Android] Correct the accessibility scope of a method and variable in InputConfigFragment.java. Also, join a variable's declaration and assignment in the onMotionEvent() function.
3.5-1770 11 years, 1 month ago [Android] Add 'final' to all of the class declarations.
3.5-1769 11 years, 1 month ago Fix invalid C++ code (returning reference to local) - thanks devm33.
3.5-1768 11 years, 1 month ago [Android] Main title text for the file browser items are bolded again. Must have removed it accidentally during the previous large refactor.
3.5-1767 11 years, 1 month ago [Android] Make the file browser look much more nice and user friendly to use.
3.5-1766 11 years, 1 month ago [Android] Add translatable="false" to the names of the string arrays in prefvalues.xml.
3.5-1765 11 years, 1 month ago [Android] Integer.toString isn't required in this string declaration. Concatenation handles this.
3.5-1764 11 years, 1 month ago [Android] Clean up function SupportsGLES3 in PrefsFragment.java a little bit.
3.5-1763 11 years, 1 month ago [Android] Some tiny cleanups in DolphinEmulator.java
3.5-1762 11 years, 1 month ago Simplify asset copying code a little bit in DolphinEmulator.java
3.5-1761 11 years, 1 month ago [Android] Clean up the function CopyAsset in DolphinEmulator.java.
3.5-1760 11 years, 1 month ago [Android] Change the name of a variable in FolderBrowser.java to better reflect its purpose
3.5-1759 11 years, 1 month ago [Android] Multi-language support (or at least the basic foundation of it).
3.5-1758 11 years, 1 month ago [Android] Use a HashMap in PrefsFragment.java instead of two CharSequence arrays.
3.5-1757 11 years, 1 month ago [Android] Seems like InputConfigFragment.java also had explicit list indexing. Removed it from here too.