Skip to content

Commit

Permalink
Show Aspect Ratio setting value as description
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebola16 committed Aug 21, 2019
1 parent 2a95227 commit 92366ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ private void addGraphicsSettings(ArrayList<SettingsItem> sl)
R.string.wait_for_shaders, R.string.wait_for_shaders_description, false,
waitForShaders));
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));

sl.add(new HeaderSetting(null, null, R.string.graphics_enhancements_and_hacks, 0));
Expand Down

0 comments on commit 92366ff

Please sign in to comment.