summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Charles Lombardo2023-08-27 00:19:03 -0400
committerGravatar Charles Lombardo2023-08-27 00:19:03 -0400
commit037f82025ca0fc66ce1f02d4e1ab852f7261bb3f (patch)
treecaaffb7924045b3b6794037043b575d85de35f4c
parentandroid: Properly adjust emulation surface aspect ratio (diff)
downloadyuzu-037f82025ca0fc66ce1f02d4e1ab852f7261bb3f.tar.gz
yuzu-037f82025ca0fc66ce1f02d4e1ab852f7261bb3f.tar.xz
yuzu-037f82025ca0fc66ce1f02d4e1ab852f7261bb3f.zip
android: Don't set a default emulation orientation
Could cause unnecessary configuration change when setting an orientation other than "Landscape"
Diffstat (limited to '')
-rw-r--r--src/android/app/src/main/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml
index 36e2dac98..933244140 100644
--- a/src/android/app/src/main/AndroidManifest.xml
+++ b/src/android/app/src/main/AndroidManifest.xml
@@ -56,7 +56,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
56 android:name="org.yuzu.yuzu_emu.activities.EmulationActivity" 56 android:name="org.yuzu.yuzu_emu.activities.EmulationActivity"
57 android:theme="@style/Theme.Yuzu.Main" 57 android:theme="@style/Theme.Yuzu.Main"
58 android:launchMode="singleTop" 58 android:launchMode="singleTop"
59 android:screenOrientation="userLandscape"
60 android:supportsPictureInPicture="true" 59 android:supportsPictureInPicture="true"
61 android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|uiMode" 60 android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|uiMode"
62 android:exported="true"> 61 android:exported="true">