mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-15 01:26:34 +00:00
Fix incorrect setup for NandUser's content storage entry
This commit is contained in:
parent
1cba2985f9
commit
1b99cd6b4d
1 changed files with 2 additions and 2 deletions
|
@ -202,8 +202,8 @@ namespace sts::ncm::impl {
|
||||||
R_TRY(ActivateContentMetaDatabase(StorageId::NandSystem));
|
R_TRY(ActivateContentMetaDatabase(StorageId::NandSystem));
|
||||||
|
|
||||||
/* Now for NandUser's content storage entry. */
|
/* Now for NandUser's content storage entry. */
|
||||||
cur_meta_index = g_num_content_meta_entries;
|
cur_storage_index = g_num_content_storage_entries;
|
||||||
g_num_content_meta_entries++;
|
g_num_content_storage_entries++;
|
||||||
storage_entry = &g_content_storage_entries[cur_storage_index];
|
storage_entry = &g_content_storage_entries[cur_storage_index];
|
||||||
storage_entry->Initialize(StorageId::NandUser, FS_CONTENTSTORAGEID_NandUser);
|
storage_entry->Initialize(StorageId::NandUser, FS_CONTENTSTORAGEID_NandUser);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue