summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/xml/game_mode_config.xml
diff options
context:
space:
mode:
authorEmma <153868115+GayPotatoEmma@users.noreply.github.com>2024-01-03 02:45:28 +0100
committerEmma <153868115+GayPotatoEmma@users.noreply.github.com>2024-01-04 01:07:43 +0100
commite5de3d5a77a736223edbd0e62562a916ef2aca61 (patch)
treee62fc634b1753e588570c9974c5bda09395a12e3 /src/android/app/src/main/res/xml/game_mode_config.xml
parentMerge pull request #12554 from german77/directconnect (diff)
downloadyuzu-e5de3d5a77a736223edbd0e62562a916ef2aca61.tar
yuzu-e5de3d5a77a736223edbd0e62562a916ef2aca61.tar.gz
yuzu-e5de3d5a77a736223edbd0e62562a916ef2aca61.tar.bz2
yuzu-e5de3d5a77a736223edbd0e62562a916ef2aca61.tar.lz
yuzu-e5de3d5a77a736223edbd0e62562a916ef2aca61.tar.xz
yuzu-e5de3d5a77a736223edbd0e62562a916ef2aca61.tar.zst
yuzu-e5de3d5a77a736223edbd0e62562a916ef2aca61.zip
Diffstat (limited to '')
-rw-r--r--src/android/app/src/main/res/xml/game_mode_config.xml7
1 files changed, 7 insertions, 0 deletions
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
new file mode 100644
index 000000000..b28dd3a11
--- /dev/null
+++ b/src/android/app/src/main/res/xml/game_mode_config.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<game-mode-config
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:supportsBatteryGameMode="true"
+ android:supportsPerformanceGameMode="true"
+ android:allowGameDownscaling="false"
+ android:allowGameFpsOverride="false"/>