sysupdater: Add ValidateUpdate, begin implementing Async logic

This commit is contained in:
Michael Scire
2020-06-26 11:36:38 -07:00
committed by SciresM
parent 1bc271bab1
commit f223c27bb0
19 changed files with 677 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ namespace ams::ncm {
};
}
constexpr ContentMetaKey ToKey() {
constexpr ContentMetaKey ToKey() const {
return ContentMetaKey::Make(this->id, this->version, this->type);
}
};