From 77042ae6f79350a522b498a5d6c6c772cc7dd08a Mon Sep 17 00:00:00 2001
From: XForYouX <xforyoux@noreply.localhost>
Date: Mon, 25 Mar 2024 12:42:41 +0100
Subject: [PATCH] Add 32:9 Android

This Fix Issue Aspec Ratio For Android
---
 src/android/app/src/main/res/values/strings.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml
index a2487f4f11..5331f2b419 100644
--- a/src/android/app/src/main/res/values/strings.xml
+++ b/src/android/app/src/main/res/values/strings.xml
@@ -601,6 +601,7 @@
     <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 -->
-- 
GitLab