Show Aspect Ratio setting value as description

This commit is contained in:
Ryan Meredith 2019-02-19 12:12:53 -05:00
parent 2a95227f64
commit 92366fffaf
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ public final class SettingsFragmentPresenter
R.string.wait_for_shaders, R.string.wait_for_shaders_description, false, R.string.wait_for_shaders, R.string.wait_for_shaders_description, false,
waitForShaders)); waitForShaders));
sl.add(new SingleChoiceSetting(SettingsFile.KEY_ASPECT_RATIO, Settings.SECTION_GFX_SETTINGS, sl.add(new SingleChoiceSetting(SettingsFile.KEY_ASPECT_RATIO, Settings.SECTION_GFX_SETTINGS,
R.string.aspect_ratio, R.string.aspect_ratio_description, R.array.aspectRatioEntries, R.string.aspect_ratio, 0, R.array.aspectRatioEntries,
R.array.aspectRatioValues, 0, aspectRatio)); R.array.aspectRatioValues, 0, aspectRatio));
sl.add(new HeaderSetting(null, null, R.string.graphics_enhancements_and_hacks, 0)); sl.add(new HeaderSetting(null, null, R.string.graphics_enhancements_and_hacks, 0));