ncm: fix two comments
This commit is contained in:
@@ -850,7 +850,7 @@ namespace ams::ncm {
|
||||
}
|
||||
ON_SCOPE_EXIT { this->InactivateContentMetaDatabase(StorageId::BuiltInSystem); };
|
||||
|
||||
/* Open the content meta database and storage. */
|
||||
/* Open the content meta db. */
|
||||
ContentMetaDatabase meta_db;
|
||||
R_ABORT_UNLESS(ncm::OpenContentMetaDatabase(std::addressof(meta_db), StorageId::BuiltInSystem));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user