diff --git a/src/common/config.cpp b/src/common/config.cpp index 9b2d3b2ec..ee9a12874 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -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 section_order = {"General", "Input", "GPU", "Vulkan", - "Debug", "Keys", "GUI", "Settings"}; + std::vector section_order = {"General", "Input", "Audio", "GPU", "Vulkan", + "Debug", "Keys", "GUI", "Settings"}; for (const auto& section : section_order) { if (data.contains(section)) {