diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index f9af6092b94..2bc75e44735 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -1010,6 +1010,10 @@ namespace dxvk { { R"(\\APGame\.exe$)", {{ { "d3d9.forceSamplerTypeSpecConstants", "True" }, }} }, + /* Dark Sector - Crashes in places */ + { R"(\\DS\.exe$)", {{ + { "d3d9.textureMemory", "0" }, + }} }, /**********************************************/ /* D3D8 GAMES */