1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-03 13:24:20 +01:00

[util] Enable context lock for EDF6

May or may not fix random crashing.
This commit is contained in:
Philip Rebohle 2024-08-14 15:23:15 +02:00
parent 159f540e10
commit 71e44b380d

View File

@ -485,6 +485,10 @@ namespace dxvk {
{ "d3d9.maxFrameRate", "-1" },
{ "dxgi.maxFrameRate", "-1" },
}} },
/* EDF6 - possible race condition? */
{ R"(\\EDF6\.exe$)", {{
{ "d3d11.enableContextLock", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */