mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Disable automatic backup
Since we don't have proper confuguration file of what to include/exclude in the backup, this better be disabled because it will lead to unexpected state. This will solve any issue that was keep hapenning even after fresh install of the emulator until you manually clear the app data.
This commit is contained in:
parent
87c5d00e20
commit
03fd8ddce6
@ -21,7 +21,7 @@
|
||||
android:name=".DolphinApplication"
|
||||
android:label="@string/app_name"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:allowBackup="true"
|
||||
android:allowBackup="false"
|
||||
android:supportsRtl="true"
|
||||
android:isGame="true"
|
||||
android:banner="@drawable/banner_tv">
|
||||
|
Loading…
Reference in New Issue
Block a user