Core: Add new Free Look settings and config

This commit is contained in:
iwubcode
2020-07-22 19:19:35 -05:00
parent f6ab9a9b6f
commit 27acba620c
12 changed files with 149 additions and 2 deletions

View File

@ -16,8 +16,9 @@ namespace ConfigLoaders
{
bool IsSettingSaveable(const Config::Location& config_location)
{
for (Config::System system : {Config::System::SYSCONF, Config::System::GFX,
Config::System::DualShockUDPClient, Config::System::Logger})
for (Config::System system :
{Config::System::SYSCONF, Config::System::GFX, Config::System::DualShockUDPClient,
Config::System::Logger, Config::System::FreeLook})
{
if (config_location.system == system)
return true;