mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-09 13:19:00 +00:00
did really no one ever test this (#3702)
This commit is contained in:
@@ -1003,7 +1003,7 @@ void load(const std::filesystem::path& path, bool is_game_specific) {
|
|||||||
|
|
||||||
void sortTomlSections(toml::ordered_value& data) {
|
void sortTomlSections(toml::ordered_value& data) {
|
||||||
toml::ordered_value ordered_data;
|
toml::ordered_value ordered_data;
|
||||||
std::vector<string> section_order = {"General", "Input", "GPU", "Vulkan",
|
std::vector<string> section_order = {"General", "Input", "Audio", "GPU", "Vulkan",
|
||||||
"Debug", "Keys", "GUI", "Settings"};
|
"Debug", "Keys", "GUI", "Settings"};
|
||||||
|
|
||||||
for (const auto& section : section_order) {
|
for (const auto& section : section_order) {
|
||||||
|
|||||||
Reference in New Issue
Block a user