android: Frontend: Fix rendering aspect ratio & add a setting for it.

This commit is contained in:
bunnei
2023-01-23 16:44:05 -08:00
parent ffdb02ea5e
commit ca686f1ab7
7 changed files with 25 additions and 2 deletions
@@ -28,6 +28,7 @@
<string name="renderer_api">API</string>
<string name="renderer_accuracy">Accuracy level</string>
<string name="renderer_resolution">Resolution</string>
<string name="renderer_aspect_ratio">Aspect Ratio</string>
<string name="renderer_asynchronous_shaders">Use asynchronous shaders</string>
<string name="renderer_asynchronous_shaders_description">Compiles shaders asynchronously, which will reduce stutter but may introduce glitches.</string>