[Android] Expose aspect ratio to the video settings.

This commit is contained in:
Ryan Houdek
2015-01-18 15:21:40 -06:00
parent 37a770bb9f
commit 864969f300
4 changed files with 29 additions and 0 deletions

View File

@ -169,4 +169,18 @@
<item>2</item>
<item>3</item>
</string-array>
<!-- Aspect Ratio Preference -->
<string-array name="aspectRatioEntries" translatable="false">
<item>Auto</item>
<item>Force 16:9</item>
<item>Force 4:3</item>
<item>Stretch To Window</item>
</string-array>
<string-array name="aspectRatioValues" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
</string-array>
</resources>

View File

@ -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>