Android: Add AndroidOverlayButtons INI section

This commit is contained in:
Ryan Meredith
2020-10-20 12:03:41 -04:00
parent 69adfe0218
commit 353a67824d
4 changed files with 43 additions and 43 deletions

View File

@ -25,8 +25,8 @@ bool IsSettingSaveable(const Config::Location& config_location)
if (config_location.system == Config::System::Main)
{
for (const std::string& section :
{"NetPlay", "General", "Display", "Network", "Analytics", "Android"})
for (const std::string& section : {"NetPlay", "General", "Display", "Network", "Analytics",
"AndroidOverlayButtons", "Android"})
{
if (config_location.section == section)
return true;