diff --git a/src/android/app/src/main/res/values/arrays.xml b/src/android/app/src/main/res/values/arrays.xml index 0500bb2a4f1992b4b6e114d3fb0627ebafaada50..1bd6455b4c8fd7f0ef0f04bce9eaa8b5de0a60e3 100644 --- a/src/android/app/src/main/res/values/arrays.xml +++ b/src/android/app/src/main/res/values/arrays.xml @@ -142,7 +142,6 @@ <item>@string/ratio_force_four_three</item> <item>@string/ratio_force_twenty_one_nine</item> <item>@string/ratio_force_sixteen_ten</item> - <item>@string/ratio_thirty_two_nine</item> <item>@string/ratio_stretch</item> </string-array> @@ -152,7 +151,6 @@ <item>2</item> <item>3</item> <item>4</item> - <item>5</item> </integer-array> <string-array name="rendererScalingFilterNames"> diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml index 5331f2b419a7f5cde8f6830cef63eb08f716504f..a2487f4f11d31eac2c5c47e39f6a4a083d6e453e 100644 --- a/src/android/app/src/main/res/values/strings.xml +++ b/src/android/app/src/main/res/values/strings.xml @@ -601,7 +601,6 @@ <string name="ratio_force_four_three">Force 4:3</string> <string name="ratio_force_twenty_one_nine">Force 21:9</string> <string name="ratio_force_sixteen_ten">Force 16:10</string> - <string name="ratio_force_thirty_two_nine">Force 32:9</string> <string name="ratio_stretch">Stretch to window</string> <!-- CPU Backend -->