|
|
|
@ -18,11 +18,11 @@ |
|
|
|
<application |
|
|
|
android:name="org.yuzu.yuzu_emu.YuzuApplication" |
|
|
|
android:label="@string/app_name" |
|
|
|
android:icon="@mipmap/ic_launcher" |
|
|
|
android:icon="@drawable/ic_launcher" |
|
|
|
android:allowBackup="false" |
|
|
|
android:supportsRtl="true" |
|
|
|
android:isGame="true" |
|
|
|
android:banner="@mipmap/ic_launcher" |
|
|
|
android:banner="@drawable/ic_launcher" |
|
|
|
android:extractNativeLibs="true" |
|
|
|
android:fullBackupContent="@xml/data_extraction_rules" |
|
|
|
android:dataExtractionRules="@xml/data_extraction_rules_api_31"> |
|
|
|
|