early-access version 2970

This commit is contained in:
pineappleEA
2022-09-24 04:39:39 +02:00
parent 54a6248e07
commit ba3af01e76
15 changed files with 862 additions and 43 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;
}