summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/xml/game_mode_config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/app/src/main/res/xml/game_mode_config.xml')
-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"/>