diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index c81d32caf..49baa64bd 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -257,6 +257,10 @@ namespace dxvk { { R"(\\ffxiv_dx11\.exe$)", {{ { "dxvk.shrinkNvidiaHvvHeap", "True" }, }} }, + { R"(\\GoW\.exe$)", {{ + { "d3d11.ignoreGraphicsBarriers", "True" }, + { "d3d11.relaxedBarriers", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */