mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Android: Enable backup of external app-specific directory
This commit is contained in:
6
Source/Android/app/src/main/res/xml/backup_rules.xml
Normal file
6
Source/Android/app/src/main/res/xml/backup_rules.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<full-backup-content>
|
||||
<include domain="external" path="."/>
|
||||
|
||||
<exclude domain="external" path="./Cache/"/>
|
||||
</full-backup-content>
|
Reference in New Issue
Block a user