Convert Dolphin.Core.DefaultISO to use new-style config

This commit is contained in:
Michael M
2018-07-06 18:29:46 -07:00
parent 3d1a7737d8
commit e7cbee235c
6 changed files with 12 additions and 9 deletions

View File

@ -9,6 +9,7 @@
#include "Common/Config/Config.h"
#include "Core/Config/GraphicsSettings.h"
#include "Core/Config/MainSettings.h"
#include "Core/Config/UISettings.h"
namespace ConfigLoaders
@ -25,6 +26,8 @@ bool IsSettingSaveable(const Config::ConfigLocation& config_location)
return true;
const static std::vector<Config::ConfigLocation> s_setting_saveable{
Config::MAIN_DEFAULT_ISO.location,
// Graphics.Hardware
Config::GFX_VSYNC.location,