mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-27 21:42:49 +02:00
ncm: update for new sf semantics
This commit is contained in:
parent
29b3baf678
commit
28d9b78ff8
@ -24,7 +24,7 @@ namespace ams::ncm {
|
|||||||
void Initialize();
|
void Initialize();
|
||||||
void Finalize();
|
void Finalize();
|
||||||
|
|
||||||
void InitializeWithObject(std::shared_ptr<IContentManager> manager_object);
|
void InitializeWithObject(sf::SharedPointer<IContentManager> manager_object);
|
||||||
|
|
||||||
/* Service API. */
|
/* Service API. */
|
||||||
Result CreateContentStorage(StorageId storage_id);
|
Result CreateContentStorage(StorageId storage_id);
|
||||||
|
Loading…
Reference in New Issue
Block a user