diff --git a/src/common/config.cpp b/src/common/config.cpp index db579b3f6..d4e7bb7e9 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -105,7 +105,7 @@ u32 m_language = 1; // english static std::string trophyKey = ""; // Expected number of items in the config file -static constexpr u64 total_entries = 51; +static constexpr u64 total_entries = 53; bool allowHDR() { return isHDRAllowed;