summaryrefslogtreecommitdiff
path: root/Source/Android/res/xml
AgeCommit message (Collapse)Author
2013-09-13[Android] Explicitly set the defaults for the CPU settings.Lioncash
2013-09-12[Android] Add a fastmem option to the cpu options, default disabled.Ryan Houdek
2013-09-02Removal of my terrible idea.Ryan Houdek
2013-09-01[Android] Add the option to show the on-screen FPS counter.Lioncash
2013-08-25[Android] Apparently I also forgot to commit the input menu layout.Lioncash
2013-08-23[Android] Fix some redundancy in the category names for the settings menu. ↵Lioncash
In a menu named "Settings" (which is shown in the top left) we have the categories, "CPU Settings" and "Video Settings" - but the fact they are settings pages is already established at this point so it's redundant. Just made them "CPU" and "Video" instead. Also changed the description for dual-core They now look like this: http://i.imgur.com/qieaKmL.png
2013-08-20[Android] Migrate the "Draw Onscreen Controls" preference to the video settings.Lioncash
2013-08-20[Android] Implement a ViewPager for the settings. Also, move classes into ↵Lioncash
appropriate packages to make things cleaner.
2013-08-20[Android] Load all of the new settings from the ini when the app is launched.Lioncash
- Also fix a typo in the ini saving method in UserPreferences. Accidentally spelt the ini name wrong. - Also include the relocated XML preferences. I meant to push this with the previous commit.
2013-08-20[Android] Add most of the Dolphin video/gfx settings to the settings menu.Lioncash