diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index 51b1d1bc58..0a43b13e1c 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml @@ -4,6 +4,10 @@ SPDX-FileCopyrightText: 2023 yuzu Emulator Project SPDX-License-Identifier: GPL-3.0-or-later --> + @@ -16,6 +20,7 @@ SPDX-License-Identifier: GPL-3.0-or-later + - + + + + + - - - - + - @@ -66,24 +67,17 @@ SPDX-License-Identifier: GPL-3.0-or-later android:supportsPictureInPicture="true" android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|uiMode" android:exported="true"> - - - + - - + - - + \ No newline at end of file diff --git a/src/android/app/src/main/res/xml/game_mode_config.xml b/src/android/app/src/main/res/xml/game_mode_config.xml index b28dd3a11a..8f6e90d0d2 100644 --- a/src/android/app/src/main/res/xml/game_mode_config.xml +++ b/src/android/app/src/main/res/xml/game_mode_config.xml @@ -4,4 +4,4 @@ android:supportsBatteryGameMode="true" android:supportsPerformanceGameMode="true" android:allowGameDownscaling="false" - android:allowGameFpsOverride="false"/> + android:allowGameFpsOverride="false"/> \ No newline at end of file