mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #7546 from Techjar/fix-memcard-saving
Core/Config: Fix memcard path not being saved
This commit is contained in:
@@ -26,7 +26,11 @@ bool IsSettingSaveable(const Config::ConfigLocation& config_location)
|
||||
return true;
|
||||
|
||||
const static std::vector<Config::ConfigLocation> s_setting_saveable{
|
||||
// Main.Core
|
||||
|
||||
Config::MAIN_DEFAULT_ISO.location,
|
||||
Config::MAIN_MEMCARD_A_PATH.location,
|
||||
Config::MAIN_MEMCARD_B_PATH.location,
|
||||
|
||||
// Graphics.Hardware
|
||||
|
||||
|
||||
Reference in New Issue
Block a user