From 7687c9aa38fad4a565713d324721f75365dfc459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Miko=C5=82ajczyk?= Date: Sat, 12 Jul 2025 17:03:10 +0100 Subject: [PATCH] Bump config entries --- 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 0d73a7f5e..9caccac4d 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -108,7 +108,7 @@ u32 m_language = 1; // english static std::string trophyKey = ""; // Expected number of items in the config file -static constexpr u64 total_entries = 54; +static constexpr u64 total_entries = 55; int getVolumeSlider() { return volumeSlider;