mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 06:39:14 +01:00
Show Aspect Ratio setting value as description
This commit is contained in:
parent
2a95227f64
commit
92366fffaf
@ -426,7 +426,7 @@ public final class SettingsFragmentPresenter
|
||||
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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user