3.5-1882 11 anni, 2 mesi fa [Android] Since we don't show invalid filetypes in the file browser anymore, there's no need to check if a file is valid or not since they're all valid now.
3.5-1881 11 anni, 2 mesi fa [Android] Document most of the native functions in NativeLibrary.java.
3.5-1880 11 anni, 2 mesi fa [Android] Fix the removal of duplicate items from the gamelist.
3.5-1879 11 anni, 2 mesi fa NetPlay: Rework pad mapping
3.5-1878 11 anni, 2 mesi fa ogl: rework DriverDetails framework + detect UBO mesa bug
3.5-1877 11 anni, 2 mesi fa [Android] Only show valid files in the file browser.
3.5-1876 11 anni, 2 mesi fa Removed the Sync GPU option from the F-Zero GX ini as it slows the game down by a great deal. Made Dual Core mode the default for this game.
3.5-1875 11 anni, 2 mesi fa Merge branch 'OpenAL-sane-defaults'
3.5-1872 11 anni, 2 mesi fa Gameini database update. Call of Duty 2: Big Red One, Medal of Honor Rising Sun, Tony Hawk's American Wasteland, Spider-Man 2, GoldenEye Rogue Agent are updated/added.
3.5-1871 11 anni, 2 mesi fa [Android] General cleanup. Add more documentation.
3.5-1870 11 anni, 2 mesi fa [Android] Change the .settings file to target Java 1.6 instead of 1.5.
3.5-1869 11 anni, 2 mesi fa [Android] Turns out the sidebar XML could also be simplified.
3.5-1868 11 anni, 2 mesi fa [Android] Simplify the XML layout for the about menu. Remove unused strings.
3.5-1867 11 anni, 2 mesi fa [Android] Remove fragments from the Android Manifest XML. These shouldn't be defined here (nor do they need to. They're fragments, not activities).
3.5-1866 11 anni, 2 mesi fa [Android] Format all Java files to be consistent.
3.5-1865 11 anni, 2 mesi fa [Android] Make the previous commit parlane approved in terms of boolean conditions.
3.5-1864 11 anni, 2 mesi fa [Android] Fix a bug in FolderBrowser.java which was causing an incomplete directory structure to show.
3.5-1863 11 anni, 2 mesi fa [Android] Make two class variables in InputConfigFragment private. If left the way they were, they could be accessed by other classes in its package, which is not intended.
3.5-1862 11 anni, 2 mesi fa Remove unused code from InputConfigFragment. This was for when the option to draw onscreen controls was in this menu instead of video preferences.
3.5-1861 11 anni, 2 mesi fa Fix the fix to AVX support detection