Config: Port Movie settings to new config system.

This commit is contained in:
Admiral H. Curtiss
2021-12-27 19:39:35 +01:00
parent 1112b2a19e
commit aa437d9805
9 changed files with 49 additions and 62 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"})
"DSP", "GameList", "FifoPlayer", "AutoUpdate", "Movie"})
{
if (config_location.section == section)
return true;