mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-05 23:58:48 +00:00
ncm: make storage list const
This commit is contained in:
parent
1d1e865efa
commit
0d4221ad5f
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ namespace ams::ncm {
|
|||
const auto key = reader.GetKey();
|
||||
|
||||
/* Obtain a list of suitable storage ids. */
|
||||
auto storage_list = GetStorageList(this->GetInstallStorage());
|
||||
const auto storage_list = GetStorageList(this->GetInstallStorage());
|
||||
|
||||
/* Iterate over storage ids. */
|
||||
for (s32 i = 0; i < storage_list.Count(); i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue