mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 04:29:13 +12:00
add `game_mode_config
`
This commit is contained in:
parent
e57e21fd58
commit
8347933c35
1 changed files with 7 additions and 0 deletions
7
src/pandroid/app/src/main/res/xml/game_mode_config.xml
Normal file
7
src/pandroid/app/src/main/res/xml/game_mode_config.xml
Normal file
|
@ -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"/>
|
Loading…
Add table
Add a link
Reference in a new issue