diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index bcbc1a422..7ca64cf3e 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -508,6 +508,10 @@ namespace dxvk { { R"(\\(kuro|ed9)\.exe$)", {{ { "d3d11.longDot", "True" }, }} }, + /* EDF6 */ + { R"(\\EDF6\.exe$)", {{ + { "d3d11.enableContextLock", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */