From 44879f163ef940e1a3268158dd145b17e595e375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 27 May 2018 21:03:01 +0200 Subject: [PATCH] Config: Fix path settings not being saved Forgot to add a few lines while cherry-picking the config changes for https://dolp.in/pr6950 Fixes https://bugs.dolphin-emu.org/issues/11171 --- Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp | 3 +++ 1 file changed, 3 insertions(+) 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