From 71e44b380dd5f014bf01c42a5d2d23a74540808c Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Wed, 14 Aug 2024 15:23:15 +0200 Subject: [PATCH] [util] Enable context lock for EDF6 May or may not fix random crashing. --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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 */