From dfa4395ba0f17f5860d4954e078344cc8ac6dfad Mon Sep 17 00:00:00 2001 From: Techjar Date: Wed, 7 Nov 2018 04:29:44 -0500 Subject: [PATCH] Core/Config: Fix memcard path not being saved --- Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp b/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp index c3345bad24..be51266c2f 100644 --- a/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp +++ b/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp @@ -26,7 +26,11 @@ bool IsSettingSaveable(const Config::ConfigLocation& config_location) return true; const static std::vector s_setting_saveable{ + // Main.Core + Config::MAIN_DEFAULT_ISO.location, + Config::MAIN_MEMCARD_A_PATH.location, + Config::MAIN_MEMCARD_B_PATH.location, // Graphics.Hardware