[util] Disable NVAPI hack for God of War

Needed for DLSS support.
This commit is contained in:
Philip Rebohle 2022-01-14 15:21:49 +01:00
parent 42c06ceb51
commit 703cc78cc0
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 3 additions and 0 deletions

View File

@ -257,9 +257,12 @@ namespace dxvk {
{ R"(\\ffxiv_dx11\.exe$)", {{
{ "dxvk.shrinkNvidiaHvvHeap", "True" },
}} },
/* God of War - relies on NVAPI/AMDAGS for *
* barrier stuff, needs nvapi for DLSS */
{ R"(\\GoW\.exe$)", {{
{ "d3d11.ignoreGraphicsBarriers", "True" },
{ "d3d11.relaxedBarriers", "True" },
{ "dxgi.nvapiHack", "False" },
}} },
/**********************************************/