Android: Move a bunch of settings to advanced

This commit is contained in:
Connor McLaughlin
2021-02-27 14:23:37 +10:00
parent 5a0e4f85dd
commit e53ec0cc73
5 changed files with 240 additions and 214 deletions

View File

@ -214,4 +214,11 @@
<string name="settings_summary_osd_show_resolution">Shows the resolution the game is rendering at in the top-right corner of the display.</string>
<string name="settings_summary_display_stretch">Stretches the active display to fill the screen.</string>
<string name="settings_display_stretch">Stretch To Fill</string>
<string name="settings_category_global">Global Settings</string>
<string name="settings_category_display">Display Settings</string>
<string name="settings_category_audio">Audio Settings</string>
<string name="settings_category_console">Console Settings</string>
<string name="settings_category_cpu">CPU Settings</string>
<string name="settings_category_gpu">GPU Settings</string>
<string name="settings_category_logging">Logging Settings</string>
</resources>