Skip to content
Permalink
Browse files
Merge pull request #6990 from leoetlino/save
Config: Fix path settings not being saved
  • Loading branch information
degasus committed May 28, 2018
2 parents 40d3163 + 44879f1 commit a4d2553
Showing 1 changed file with 3 additions and 0 deletions.
@@ -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

0 comments on commit a4d2553

Please sign in to comment.