diff options
| author | JosJuice <josjuice@gmail.com> | 2021-01-17 23:16:23 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2021-01-27 20:10:06 +0100 |
| commit | cd4ccda51c7b16be602ad32ffdf672a3de7cffeb (patch) | |
| tree | 8fd99d73acaf90d33951e9a6993c27b18d759000 /Source/Core | |
| parent | b08306d0b89a34b4dc04a324ce47b8d8833230a8 (diff) | |
Android: Add "Import Wii Save"
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/HW/WiiSave.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Core/HW/WiiSave.h b/Source/Core/Core/HW/WiiSave.h index f7d414586a..423f72b098 100644 --- a/Source/Core/Core/HW/WiiSave.h +++ b/Source/Core/Core/HW/WiiSave.h @@ -39,6 +39,7 @@ enum class CopyResult Cancelled, CorruptedSource, TitleMissing, + NumberOfEntries }; CopyResult Copy(Storage* source, Storage* destination); |
