mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-11 19:24:11 +01:00
[util] Enable context lock for EDF6
May or may not fix random crashing.
This commit is contained in:
parent
159f540e10
commit
71e44b380d
@ -485,6 +485,10 @@ namespace dxvk {
|
|||||||
{ "d3d9.maxFrameRate", "-1" },
|
{ "d3d9.maxFrameRate", "-1" },
|
||||||
{ "dxgi.maxFrameRate", "-1" },
|
{ "dxgi.maxFrameRate", "-1" },
|
||||||
}} },
|
}} },
|
||||||
|
/* EDF6 - possible race condition? */
|
||||||
|
{ R"(\\EDF6\.exe$)", {{
|
||||||
|
{ "d3d11.enableContextLock", "True" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
Reference in New Issue
Block a user