mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Merge pull request #10369 from Simonx22/android-online-system-update-2
Android: Add online system update functionality
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user