Config: Port Input setting to new config system.

This commit is contained in:
Admiral H. Curtiss
2021-12-27 19:53:20 +01:00
parent 533116093e
commit 9c4b2b65b4
8 changed files with 15 additions and 26 deletions

View File

@ -27,7 +27,7 @@ bool IsSettingSaveable(const Config::Location& config_location)
{
for (const std::string_view section :
{"NetPlay", "General", "GBA", "Display", "Network", "Analytics", "AndroidOverlayButtons",
"DSP", "GameList", "FifoPlayer", "AutoUpdate", "Movie"})
"DSP", "GameList", "FifoPlayer", "AutoUpdate", "Movie", "Input"})
{
if (config_location.section == section)
return true;