mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-05 15:48:43 +00:00
Update ncm_remote_content_storage_impl.hpp
This commit is contained in:
parent
9107b3f378
commit
5423b5c320
1 changed files with 5 additions and 2 deletions
|
@ -201,11 +201,14 @@ namespace ams::ncm {
|
||||||
}
|
}
|
||||||
|
|
||||||
Result RegisterPath(const ContentId &content_id, const Path &path) {
|
Result RegisterPath(const ContentId &content_id, const Path &path) {
|
||||||
return ncmContentStorageRegisterPath(std::addressof(m_srv), Convert(content_id), path.str);
|
AMS_ABORT("TODO");
|
||||||
|
|
||||||
|
//return ncmContentStorageRegisterPath(std::addressof(m_srv), Convert(content_id), path.str);
|
||||||
}
|
}
|
||||||
|
|
||||||
Result ClearRegisteredPath() {
|
Result ClearRegisteredPath() {
|
||||||
return ncmContentStorageClearRegisteredPath(std::addressof(m_srv));
|
AMS_ABORT("TODO");
|
||||||
|
//return ncmContentStorageClearRegisteredPath(std::addressof(m_srv));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
static_assert(ncm::IsIContentStorage<RemoteContentStorageImpl>);
|
static_assert(ncm::IsIContentStorage<RemoteContentStorageImpl>);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue