mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
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")
|
if (config_location.system == Config::System::Main && config_location.section == "NetPlay")
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
if (config_location.system == Config::System::Main && config_location.section == "General")
|
||||||
|
return true;
|
||||||
|
|
||||||
const static std::vector<Config::ConfigLocation> s_setting_saveable{
|
const static std::vector<Config::ConfigLocation> s_setting_saveable{
|
||||||
// Graphics.Hardware
|
// Graphics.Hardware
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user