mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-24 18:42:05 +00:00
refactored title id listing code
This commit is contained in:
parent
c755d19f58
commit
79e173cc18
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ std::vector<std::string> getInstalledTitlesNs(){
|
|||
titles.push_back(util::formatApplicationId(records[i].application_id));
|
||||
}
|
||||
}
|
||||
free(controlData);
|
||||
delete[] records;
|
||||
std::sort(titles.begin(), titles.end());
|
||||
return titles;
|
||||
|
|
Loading…
Reference in a new issue