From 703cc78cc01429e7079282451bbdec10bdb1e245 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Fri, 14 Jan 2022 15:21:49 +0100 Subject: [PATCH] [util] Disable NVAPI hack for God of War Needed for DLSS support. --- src/util/config/config.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 49baa64b..19fc3d33 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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" }, }} }, /**********************************************/