ncm: skeleton new commands
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user