diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index ac679c79..8291a624 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -485,6 +485,10 @@ namespace dxvk { { "d3d9.maxFrameRate", "-1" }, { "dxgi.maxFrameRate", "-1" }, }} }, + /* EDF6 - possible race condition? */ + { R"(\\EDF6\.exe$)", {{ + { "d3d11.enableContextLock", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */