mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
ams.mitm: fix up ContentInfo construction
This commit is contained in:
parent
0ebbbc839f
commit
b3bbc99cfb
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue