diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-08-27 06:19:03 +0200 |
---|---|---|
committer | Charles Lombardo <clombardo169@gmail.com> | 2023-08-27 06:19:03 +0200 |
commit | 037f82025ca0fc66ce1f02d4e1ab852f7261bb3f (patch) | |
tree | caaffb7924045b3b6794037043b575d85de35f4c /src/android/app | |
parent | android: Properly adjust emulation surface aspect ratio (diff) | |
download | yuzu-037f82025ca0fc66ce1f02d4e1ab852f7261bb3f.tar yuzu-037f82025ca0fc66ce1f02d4e1ab852f7261bb3f.tar.gz yuzu-037f82025ca0fc66ce1f02d4e1ab852f7261bb3f.tar.bz2 yuzu-037f82025ca0fc66ce1f02d4e1ab852f7261bb3f.tar.lz yuzu-037f82025ca0fc66ce1f02d4e1ab852f7261bb3f.tar.xz yuzu-037f82025ca0fc66ce1f02d4e1ab852f7261bb3f.tar.zst yuzu-037f82025ca0fc66ce1f02d4e1ab852f7261bb3f.zip |
Diffstat (limited to 'src/android/app')
-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"> |