diff --git a/es-core/src/Settings.cpp b/es-core/src/Settings.cpp index bce352f55..d2abbcbbf 100644 --- a/es-core/src/Settings.cpp +++ b/es-core/src/Settings.cpp @@ -215,7 +215,9 @@ void Settings::setDefaults() // Other settings. mStringMap["MediaDirectory"] = {"", ""}; -#if defined(_RPI_) +#if defined(STEAM_DECK) + mIntMap["MaxVRAM"] = {512, 512}; +#elif defined(_RPI_) mIntMap["MaxVRAM"] = {184, 184}; #else mIntMap["MaxVRAM"] = {256, 256};