diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2015-01-18 15:21:40 -0600 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2015-01-18 15:21:40 -0600 |
| commit | 864969f3003d3d05f879d54d34e5a38440289e0f (patch) | |
| tree | 9935df11a716993cff6dd409c9224603c6cb4382 /Source/Android/res/values/strings.xml | |
| parent | 37a770bb9f23404cbdc75e8cc2df31dfecb97057 (diff) | |
[Android] Expose aspect ratio to the video settings.
Diffstat (limited to 'Source/Android/res/values/strings.xml')
| -rw-r--r-- | Source/Android/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Android/res/values/strings.xml b/Source/Android/res/values/strings.xml index d4b5921c5e..f321d08df2 100644 --- a/Source/Android/res/values/strings.xml +++ b/Source/Android/res/values/strings.xml @@ -210,6 +210,8 @@ <string name="disable_destination_alpha_descrip">Disables emulation of a hardware feature called destination alpha, which is used in many games for various effects.</string> <string name="fast_depth_calculation">Fast Depth Calculation</string> <string name="fast_depth_calculation_descrip">Uses a less accurate algorithm to calculate depth values.</string> + <string name="aspect_ratio">Aspect Ratio</string> + <string name="aspect_ratio_descrip">Select what aspect ratio to use when rendering</string> <!-- Miscellaneous --> <string name="yes">Yes</string> |
