mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 15:16:22 +00:00
Merge pull request #9452 from JosJuice/android-wii-saves
Android: Add "Import Wii Save"
This commit is contained in:
commit
96e3360f05
17 changed files with 324 additions and 60 deletions
|
@ -39,6 +39,7 @@ enum class CopyResult
|
|||
Cancelled,
|
||||
CorruptedSource,
|
||||
TitleMissing,
|
||||
NumberOfEntries
|
||||
};
|
||||
|
||||
CopyResult Copy(Storage* source, Storage* destination);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue