From 41b709ff606dc6477ab083df43e995224248d0f0 Mon Sep 17 00:00:00 2001 From: Fire Cube Date: Sun, 6 Jul 2025 21:49:20 +0200 Subject: [PATCH] update total_entries too --- src/common/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;