mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 17:55:46 +00:00
Merge pull request #8948 from german77/order
yuzu: sort input profiles by name
This commit is contained in:
commit
2e3839ae71
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ std::vector<std::string> InputProfiles::GetInputProfileNames() {
|
|||
profile_names.push_back(profile_name);
|
||||
}
|
||||
|
||||
std::stable_sort(profile_names.begin(), profile_names.end());
|
||||
|
||||
return profile_names;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue