Skip to content
Snippets Groups Projects
Commit 037f8202 authored by Charles Lombardo's avatar Charles Lombardo
Browse files

android: Don't set a default emulation orientation

Could cause unnecessary configuration change when setting an orientation other than "Landscape"
parent 338d6f29
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,6 @@ SPDX-License-Identifier: GPL-3.0-or-later ...@@ -56,7 +56,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
android:name="org.yuzu.yuzu_emu.activities.EmulationActivity" android:name="org.yuzu.yuzu_emu.activities.EmulationActivity"
android:theme="@style/Theme.Yuzu.Main" android:theme="@style/Theme.Yuzu.Main"
android:launchMode="singleTop" android:launchMode="singleTop"
android:screenOrientation="userLandscape"
android:supportsPictureInPicture="true" android:supportsPictureInPicture="true"
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|uiMode" android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|uiMode"
android:exported="true"> android:exported="true">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment