[util] Enable performance options for God of War

This commit is contained in:
Philip Rebohle 2022-01-14 13:16:06 +01:00
parent 08c7bab431
commit 42c06ceb51
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 4 additions and 0 deletions

View File

@ -257,6 +257,10 @@ namespace dxvk {
{ R"(\\ffxiv_dx11\.exe$)", {{
{ "dxvk.shrinkNvidiaHvvHeap", "True" },
}} },
{ R"(\\GoW\.exe$)", {{
{ "d3d11.ignoreGraphicsBarriers", "True" },
{ "d3d11.relaxedBarriers", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */