Merge pull request #8848 from JosJuice/fix-build

Fix build
This commit is contained in:
JosJuice 2020-06-06 15:46:32 +02:00 committed by GitHub
commit d89162c8ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ bool IsSettingSaveable(const Config::Location& config_location)
return true;
}
static constexpr std::array<const Config::Location*, 103> s_setting_saveable = {
static constexpr std::array<const Config::Location*, 104> s_setting_saveable = {
// Main.Core
&Config::MAIN_DEFAULT_ISO.location,