mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Core/Config: Fix memcard path not being saved
This commit is contained in:
parent
dac58a859c
commit
dfa4395ba0
1 changed files with 4 additions and 0 deletions
|
@ -26,7 +26,11 @@ bool IsSettingSaveable(const Config::ConfigLocation& config_location)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
const static std::vector<Config::ConfigLocation> s_setting_saveable{
|
const static std::vector<Config::ConfigLocation> s_setting_saveable{
|
||||||
|
// Main.Core
|
||||||
|
|
||||||
Config::MAIN_DEFAULT_ISO.location,
|
Config::MAIN_DEFAULT_ISO.location,
|
||||||
|
Config::MAIN_MEMCARD_A_PATH.location,
|
||||||
|
Config::MAIN_MEMCARD_B_PATH.location,
|
||||||
|
|
||||||
// Graphics.Hardware
|
// Graphics.Hardware
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue