diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-07-05 15:23:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-05 15:23:47 +0200 |
commit | ef7d44e24313d531f035026510fb9f156002edff (patch) | |
tree | b422a9ec97d2feb275dd0de3419f8ab2ed9734cb /src/android | |
parent | Merge pull request #11012 from gidoly/metroid-fix (diff) | |
parent | android: Reintroduce launch mode as single top (diff) | |
download | yuzu-ef7d44e24313d531f035026510fb9f156002edff.tar yuzu-ef7d44e24313d531f035026510fb9f156002edff.tar.gz yuzu-ef7d44e24313d531f035026510fb9f156002edff.tar.bz2 yuzu-ef7d44e24313d531f035026510fb9f156002edff.tar.lz yuzu-ef7d44e24313d531f035026510fb9f156002edff.tar.xz yuzu-ef7d44e24313d531f035026510fb9f156002edff.tar.zst yuzu-ef7d44e24313d531f035026510fb9f156002edff.zip |
Diffstat (limited to 'src/android')
-rw-r--r-- | src/android/app/src/main/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index 51d949d65..742685fb0 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml @@ -54,6 +54,7 @@ SPDX-License-Identifier: GPL-3.0-or-later <activity 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" |