mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
Android: Add "Import Wii Save"
This commit is contained in:
parent
b08306d0b8
commit
cd4ccda51c
9 changed files with 111 additions and 4 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