diff --git a/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp b/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp index 56b3ec8c74..23a6cf5f4f 100644 --- a/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp +++ b/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp @@ -20,6 +20,9 @@ bool IsSettingSaveable(const Config::ConfigLocation& config_location) if (config_location.system == Config::System::Main && config_location.section == "NetPlay") return true; + if (config_location.system == Config::System::Main && config_location.section == "General") + return true; + const static std::vector s_setting_saveable{ // Graphics.Hardware