ncm: skeleton new commands

This commit is contained in:
Adubbz
2021-09-17 09:32:33 +10:00
parent 8859aefdd7
commit f1e2f001cb
9 changed files with 77 additions and 23 deletions

View File

@@ -897,4 +897,12 @@ namespace ams::ncm {
return ResultSuccess();
}
Result ContentStorageImpl::RegisterPath(const ContentId &content_id, const Path &path) {
return ncm::ResultInvalidOperation();
}
Result ContentStorageImpl::ClearRegisteredPath() {
return ncm::ResultInvalidOperation();
}
}