mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-23 21:14:49 +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) {
|
||||
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() {
|
||||
return ncmContentStorageClearRegisteredPath(std::addressof(m_srv));
|
||||
AMS_ABORT("TODO");
|
||||
//return ncmContentStorageClearRegisteredPath(std::addressof(m_srv));
|
||||
}
|
||||
};
|
||||
static_assert(ncm::IsIContentStorage<RemoteContentStorageImpl>);
|
||||
|
|
Loading…
Add table
Reference in a new issue