did really no one ever test this (#3702)

This commit is contained in:
kalaposfos13
2025-10-04 22:09:10 +02:00
committed by GitHub
parent 5fedf9daea
commit 81098da509

View File

@@ -1003,8 +1003,8 @@ void load(const std::filesystem::path& path, bool is_game_specific) {
void sortTomlSections(toml::ordered_value& data) {
toml::ordered_value ordered_data;
std::vector<string> section_order = {"General", "Input", "GPU", "Vulkan",
"Debug", "Keys", "GUI", "Settings"};
std::vector<string> section_order = {"General", "Input", "Audio", "GPU", "Vulkan",
"Debug", "Keys", "GUI", "Settings"};
for (const auto& section : section_order) {
if (data.contains(section)) {