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