mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Increased the default per-file maximum Lottie cache size from 100 to 150 MiB.
This commit is contained in:
parent
b16ea29088
commit
a1abaa7112
|
@ -277,7 +277,7 @@ void Settings::setDefaults()
|
|||
mBoolMap["DebugSkipInputLogging"] = {false, false};
|
||||
mStringMap["ROMDirectory"] = {"", ""};
|
||||
mStringMap["UIMode_passkey"] = {"uuddlrlrba", "uuddlrlrba"};
|
||||
mIntMap["LottieMaxFileCache"] = {100, 100};
|
||||
mIntMap["LottieMaxFileCache"] = {150, 150};
|
||||
mIntMap["LottieMaxTotalCache"] = {1024, 1024};
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue