Просмотр исходного кода

android: Don't set a default emulation orientation

Could cause unnecessary configuration change when setting an orientation other than "Landscape"
Charles Lombardo 2 лет назад
Родитель
Сommit
037f82025c
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/android/app/src/main/AndroidManifest.xml

+ 0 - 1
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">