Merge pull request #10369 from Simonx22/android-online-system-update-2

Android: Add online system update functionality
This commit is contained in:
JMC47 2022-01-22 14:46:42 -05:00 committed by GitHub
commit 237947e2f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 698 additions and 23 deletions

View file

@ -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.