diff options
| author | JosJuice <josjuice@gmail.com> | 2020-06-06 15:46:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-06 15:46:32 +0200 |
| commit | d89162c8adeced084c39059a399352723ae43d2d (patch) | |
| tree | 329935babe5d1d9a5348ff474cac86ec2223ac09 /Source/Core | |
| parent | 9f7c72b7eb1f6c5f290b5d09b56fb4e9d516b822 (diff) | |
| parent | b4584abaa6e7a4d7bc7932633c5c6391cd2c83c7 (diff) | |
Merge pull request #8848 from JosJuice/fix-build
Fix build
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp b/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp index dbafaac727..50fe9c3df6 100644 --- a/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp +++ b/Source/Core/Core/ConfigLoaders/IsSettingSaveable.cpp @@ -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, |
