sysupdater: Add ValidateUpdate, begin implementing Async logic
This commit is contained in:
@@ -45,7 +45,7 @@ namespace ams::ncm {
|
||||
};
|
||||
}
|
||||
|
||||
constexpr ContentMetaKey ToKey() {
|
||||
constexpr ContentMetaKey ToKey() const {
|
||||
return ContentMetaKey::Make(this->id, this->version, this->type);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user