Merge pull request #6990 from leoetlino/save
Config: Fix path settings not being saved
This commit is contained in:
commit
a4d25537a1
|
@ -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<Config::ConfigLocation> s_setting_saveable{
|
||||
// Graphics.Hardware
|
||||
|
||||
|
|
Loading…
Reference in New Issue