ams.mitm: fix up ContentInfo construction

This commit is contained in:
Michael Scire 2022-10-11 15:38:18 -07:00
parent ab74f1d54e
commit ab0e6eaca1

View file

@ -115,7 +115,7 @@ namespace ams::mitm::sysupdater {
*done = true;
found_system_update = true;
*out = ncm::ContentInfo::Make(*content_id, entry.file_size, ncm::ContentType::Meta);
*out = ncm::ContentInfo::Make(*content_id, entry.file_size, ncm::ContentInfo::DefaultContentAttributes, ncm::ContentType::Meta);
}
R_SUCCEED();