mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-01-28 18:46:55 -06:00
yuzu: sort input profiles by name
This commit is contained in:
parent
70abb13a43
commit
f711d1ce52
@ -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…
x
Reference in New Issue
Block a user