mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 20:55:56 +00:00
update total_entries too
This commit is contained in:
parent
d0914ea0e4
commit
41b709ff60
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ u32 m_language = 1; // english
|
||||||
static std::string trophyKey = "";
|
static std::string trophyKey = "";
|
||||||
|
|
||||||
// Expected number of items in the config file
|
// Expected number of items in the config file
|
||||||
static constexpr u64 total_entries = 51;
|
static constexpr u64 total_entries = 53;
|
||||||
|
|
||||||
bool allowHDR() {
|
bool allowHDR() {
|
||||||
return isHDRAllowed;
|
return isHDRAllowed;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue