WiiUtils: Add function to convert UpdateResult to jint

This commit is contained in:
OatmealDome
2022-01-09 15:50:23 -05:00
parent 7c86baee50
commit 19e1809cdf
3 changed files with 42 additions and 0 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.