mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
WiiUtils: Add function to convert UpdateResult to jint
This commit is contained in:
parent
7c86baee50
commit
19e1809cdf
3 changed files with 42 additions and 0 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