Daybreak: support installing non-exfat update if only exfat firm is missing/corrupt

This commit is contained in:
Michael Scire
2020-07-27 15:42:17 -07:00
parent 65b42497d7
commit 3d2eb8e903
4 changed files with 51 additions and 24 deletions

View File

@@ -29,6 +29,7 @@ typedef struct {
typedef struct {
Result result;
Result exfat_result;
NcmContentMetaKey invalid_key;
NcmContentId invalid_content_id;
} AmsSuUpdateValidationInfo;