diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-08-27 00:19:03 -0400 |
---|---|---|
committer | Charles Lombardo <clombardo169@gmail.com> | 2023-08-27 00:19:03 -0400 |
commit | 037f82025ca0fc66ce1f02d4e1ab852f7261bb3f (patch) | |
tree | caaffb7924045b3b6794037043b575d85de35f4c /src | |
parent | 338d6f29b112803f1c2fa8ce985c646e51ee76e8 (diff) |
android: Don't set a default emulation orientation
Could cause unnecessary configuration change when setting an orientation other than "Landscape"
Diffstat (limited to 'src')
-rw-r--r-- | src/android/app/src/main/AndroidManifest.xml | 1 |
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 android:name="org.yuzu.yuzu_emu.activities.EmulationActivity" android:theme="@style/Theme.Yuzu.Main" android:launchMode="singleTop" - android:screenOrientation="userLandscape" android:supportsPictureInPicture="true" android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|uiMode" android:exported="true"> |