summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/xml/game_mode_config.xml
blob: b28dd3a11ae26c07108be552035787eabaa0e412 (plain) (blame)
1
2
3
4
5
6
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"/>