mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 00:26:09 +00:00
Merge pull request #10369 from Simonx22/android-online-system-update-2
Android: Add online system update functionality
This commit is contained in:
commit
237947e2f1
21 changed files with 698 additions and 23 deletions
|
@ -82,6 +82,8 @@ enum class UpdateResult
|
|||
ImportFailed,
|
||||
// Update was cancelled.
|
||||
Cancelled,
|
||||
|
||||
NumberOfEntries,
|
||||
};
|
||||
|
||||
// Return false to cancel the update as soon as the current title has finished updating.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue