Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #8848 from JosJuice/fix-build
Fix build
  • Loading branch information
JosJuice committed Jun 6, 2020
2 parents 9f7c72b + b4584ab commit d89162c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp
Expand Up @@ -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,
Expand Down

0 comments on commit d89162c

Please sign in to comment.