mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-21 19:12:42 +02:00
ncm: fix two comments
This commit is contained in:
parent
2125f3c404
commit
944ff3d5f6
@ -850,7 +850,7 @@ namespace ams::ncm {
|
|||||||
}
|
}
|
||||||
ON_SCOPE_EXIT { this->InactivateContentMetaDatabase(StorageId::BuiltInSystem); };
|
ON_SCOPE_EXIT { this->InactivateContentMetaDatabase(StorageId::BuiltInSystem); };
|
||||||
|
|
||||||
/* Open the content meta database and storage. */
|
/* Open the content meta db. */
|
||||||
ContentMetaDatabase meta_db;
|
ContentMetaDatabase meta_db;
|
||||||
R_ABORT_UNLESS(ncm::OpenContentMetaDatabase(std::addressof(meta_db), StorageId::BuiltInSystem));
|
R_ABORT_UNLESS(ncm::OpenContentMetaDatabase(std::addressof(meta_db), StorageId::BuiltInSystem));
|
||||||
|
|
||||||
@ -978,7 +978,7 @@ namespace ams::ncm {
|
|||||||
/* Clean up the system content meta database, to ensure creation can succeed. */
|
/* Clean up the system content meta database, to ensure creation can succeed. */
|
||||||
this->CleanupContentMetaDatabase(StorageId::BuiltInSystem);
|
this->CleanupContentMetaDatabase(StorageId::BuiltInSystem);
|
||||||
|
|
||||||
/* Create the content metadatabase. */
|
/* Create the content meta database. */
|
||||||
R_TRY(this->CreateContentMetaDatabase(StorageId::BuiltInSystem));
|
R_TRY(this->CreateContentMetaDatabase(StorageId::BuiltInSystem));
|
||||||
|
|
||||||
/* Rebuild the content meta database. */
|
/* Rebuild the content meta database. */
|
||||||
|
Loading…
Reference in New Issue
Block a user