mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-30 14:35:17 -04:00
Fixed incorrect content manager destruction
This commit is contained in:
parent
9e9987a673
commit
f080f6793b
9 changed files with 38 additions and 7 deletions
|
@ -40,8 +40,6 @@ namespace sts::ncm {
|
|||
ActivateContentMetaDatabase = 11,
|
||||
InactivateContentMetaDatabase = 12,
|
||||
};
|
||||
public:
|
||||
~ContentManagerService();
|
||||
public:
|
||||
virtual Result CreateContentStorage(StorageId storage_id);
|
||||
virtual Result CreateContentMetaDatabase(StorageId storage_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue