Merge pull request #6990 from leoetlino/save

Config: Fix path settings not being saved
This commit is contained in:
Markus Wick 2018-05-28 09:46:27 +02:00 committed by GitHub
commit a4d25537a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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