diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 02d013bd4..39ae0ada0 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -283,6 +283,12 @@ namespace dxvk { { R"(\\DayZ_x64\.exe$)", {{ { "d3d11.cachedDynamicResources", "cr" }, }} }, + /* Stray - writes to the same UAV every draw, * + * presumably for culling, which doesn't play * + * nicely with D3D11 without vendor libraries */ + { R"(\\Stray-Win64-Shipping\.exe$)", {{ + { "d3d11.ignoreGraphicsBarriers", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */