mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
add game_mode_config in mainfest
This commit is contained in:
parent
9d8868cffd
commit
e57e21fd58
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
android:hardwareAccelerated="true"
|
||||
android:theme="@style/Theme.Pandroid"
|
||||
tools:targetApi="31">
|
||||
|
||||
<meta-data android:name="android.game_mode_config"
|
||||
android:resource="@xml/game_mode_config" />
|
||||
|
||||
<activity
|
||||
android:name=".app.MainActivity"
|
||||
android:exported="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue