sysupdater: Add ValidateUpdate, begin implementing Async logic

This commit is contained in:
Michael Scire
2020-06-26 11:36:38 -07:00
parent d47e9ec9fd
commit 015537f9bf
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);
}
};