mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 10:20:05 +00:00
android: implement support for google game dashboard
This commit is contained in:
parent
c823150241
commit
40dae7d1fd
6
src/android/app/src/main/res/xml/game_mode_config.xml
Normal file
6
src/android/app/src/main/res/xml/game_mode_config.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?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"
|
||||
/>
|
Loading…
Reference in New Issue
Block a user