3.5-1765 hace 11 años, 5 meses [Android] Integer.toString isn't required in this string declaration. Concatenation handles this.
3.5-1764 hace 11 años, 5 meses [Android] Clean up function SupportsGLES3 in PrefsFragment.java a little bit.
3.5-1763 hace 11 años, 5 meses [Android] Some tiny cleanups in DolphinEmulator.java
3.5-1762 hace 11 años, 5 meses Simplify asset copying code a little bit in DolphinEmulator.java
3.5-1761 hace 11 años, 5 meses [Android] Clean up the function CopyAsset in DolphinEmulator.java.
3.5-1760 hace 11 años, 5 meses [Android] Change the name of a variable in FolderBrowser.java to better reflect its purpose
3.5-1759 hace 11 años, 5 meses [Android] Multi-language support (or at least the basic foundation of it).
3.5-1758 hace 11 años, 5 meses [Android] Use a HashMap in PrefsFragment.java instead of two CharSequence arrays.
3.5-1757 hace 11 años, 5 meses [Android] Seems like InputConfigFragment.java also had explicit list indexing. Removed it from here too.
3.5-1756 hace 11 años, 5 meses [Android] Remove unnecessary explicit indexing of entries in a List within AboutFragment.java
3.5-1755 hace 11 años, 5 meses Software Renderer: Show each backend's display name instead of its short name in the config dialog.
3.5-1754 hace 11 años, 5 meses ShaderGen: Optimize out most function calls for uid generation.
3.5-1753 hace 11 años, 5 meses LightingShaderGen: Use macro magic instead of snprintf. Should fix performance problems.
3.5-1752 hace 11 años, 5 meses ShaderGen: Static inline everything.
3.5-1751 hace 11 años, 5 meses PixelShaderGen: Optimize shader uid data order.
3.5-1750 hace 11 años, 5 meses VertexShaderGen: Optimize shader uid data order.
3.5-1749 hace 11 años, 5 meses Main: Fix code that creates the BIOS subdirectories
3.5-1748 hace 11 años, 5 meses [Android] Fix OpenGL ES 3 detection on Nexus 10. Nexus 10 defaults to GLES1 context when not specified while Adreno defaults to GLES2. Thanks to Jeremy D Miller for noticing and finding out why this w...
3.5-1747 hace 11 años, 5 meses PixelShaderGen: Do not write depth in pixel shader if depth testing (and thus writing) is not enabled. Should improve performance quite a bit in some cases.
3.5-1746 hace 11 años, 5 meses [ARM] Add a few instructions.