mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Increased the default value for the MaxVRAM setting to 512 for the Steam Deck.
This commit is contained in:
parent
03c2d2658f
commit
acbbb0a630
|
@ -215,7 +215,9 @@ void Settings::setDefaults()
|
||||||
|
|
||||||
// Other settings.
|
// Other settings.
|
||||||
mStringMap["MediaDirectory"] = {"", ""};
|
mStringMap["MediaDirectory"] = {"", ""};
|
||||||
#if defined(_RPI_)
|
#if defined(STEAM_DECK)
|
||||||
|
mIntMap["MaxVRAM"] = {512, 512};
|
||||||
|
#elif defined(_RPI_)
|
||||||
mIntMap["MaxVRAM"] = {184, 184};
|
mIntMap["MaxVRAM"] = {184, 184};
|
||||||
#else
|
#else
|
||||||
mIntMap["MaxVRAM"] = {256, 256};
|
mIntMap["MaxVRAM"] = {256, 256};
|
||||||
|
|
Loading…
Reference in a new issue