WX: make Netplay use new-style config

This commit is contained in:
Michael M
2017-08-02 16:52:26 -07:00
parent f8fea83e67
commit dde3471b62
10 changed files with 134 additions and 152 deletions

View File

@ -17,6 +17,9 @@ bool IsSettingSaveable(const Config::ConfigLocation& config_location)
if (config_location.system == Config::System::Logger)
return true;
if (config_location.system == Config::System::Main && config_location.section == "NetPlay")
return true;
const static std::vector<Config::ConfigLocation> s_setting_saveable{
// Graphics.Hardware