3.5-1854 10 anos, 9 meses atrás [Android] Fix Android 4.3 from crashing on my devices. This was annoying to find.
3.5-1853 10 anos, 9 meses atrás [Android] Fix preferences from crashing. OSD controls was supposed to be boolean.
3.5-1852 10 anos, 9 meses atrás In Windows, if BBA can't connect to any TUNTAP device then throw a panicalert, not just an error log.
3.5-1851 10 anos, 9 meses atrás [Android] Missed a string for the Japanese translation.
3.5-1850 10 anos, 9 meses atrás [Android] Migrate the "Draw Onscreen Controls" preference to the video settings.
3.5-1849 10 anos, 9 meses atrás [Android] Remove unnecessary string messages from CPUSettingsFragment and VideoSettingsFragment.
3.5-1848 10 anos, 9 meses atrás [Android] Implement a ViewPager for the settings. Also, move classes into appropriate packages to make things cleaner.
3.5-1847 10 anos, 9 meses atrás Remove some spurious endlines at the end of log messages
3.5-1846 10 anos, 9 meses atrás [Android] Hopefully fix buildbot's ant build.
3.5-1845 10 anos, 9 meses atrás [Android] Load all of the new settings from the ini when the app is launched.
3.5-1844 10 anos, 9 meses atrás [Android] Add most of the Dolphin video/gfx settings to the settings menu.
3.5-1843 10 anos, 9 meses atrás ogl: explain why pinned memory is disabled for index buffer
3.5-1842 10 anos, 9 meses atrás Gameini database update. Fix Metroid Prime 3: Corruption settings that got deleted by the clean up of revision e5f4586356cc. Fix/clean up various stuff that showed up in the process of searching for o...
3.5-1841 10 anos, 9 meses atrás ogl: fix the range of glDrawRangeElements
3.5-1840 10 anos, 9 meses atrás ogl: use texture_2d instead of renderbuffer for realxfb + efb2ram fbo
3.5-1839 10 anos, 9 meses atrás ogl: remove glBindFragDataLocation
3.5-1838 10 anos, 9 meses atrás [Android] Forgot to document the new parameter used in SaveConfigToDolphinIni() in the last change. Fixed that.
3.5-1837 10 anos, 9 meses atrás [Android] Turn SaveConfigToDolphinIni() into a static method. Now saving settings to the ini config just uses one call in PrefsFragment.onDestroy().
3.5-1836 10 anos, 9 meses atrás [Android] Remove the loading toast messages from the UI. These really don't need to be here since the things they were used for took very, very little time to load.
3.5-1835 10 anos, 9 meses atrás [Android] Decouple Dolphin.ini config file saving from GameListActivity. It doesn't make sense to save the config AFTER control is returned from PrefsFragment to GameListActivity, since the main purpo...