diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 5f7f6bbba..90a3eb223 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -599,6 +599,10 @@ namespace dxvk { { R"(\\yso_win\.exe$)", {{ { "d3d9.maxFrameLatency", "1" }, }} }, + /* Saints Row 2 - Prevents unmap crash */ + { R"(\\SR2_pc\.exe$)", {{ + { "d3d9.textureMemory", "0" }, + }} }, }};