update total_entries too

This commit is contained in:
Fire Cube 2025-07-06 21:49:20 +02:00
parent d0914ea0e4
commit 41b709ff60

View file

@ -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;