Config: Port Debug settings to new config system.

This commit is contained in:
Admiral H. Curtiss
2021-12-28 03:20:28 +01:00
parent 33d0442604
commit 810dcfa0f6
11 changed files with 119 additions and 98 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", "Input"})
"DSP", "GameList", "FifoPlayer", "AutoUpdate", "Movie", "Input", "Debug"})
{
if (config_location.section == section)
return true;