mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-13 16:08:50 +01:00
[util] Disable NVAPI hack for God of War
Needed for DLSS support.
This commit is contained in:
parent
42c06ceb51
commit
703cc78cc0
@ -257,9 +257,12 @@ namespace dxvk {
|
|||||||
{ R"(\\ffxiv_dx11\.exe$)", {{
|
{ R"(\\ffxiv_dx11\.exe$)", {{
|
||||||
{ "dxvk.shrinkNvidiaHvvHeap", "True" },
|
{ "dxvk.shrinkNvidiaHvvHeap", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* God of War - relies on NVAPI/AMDAGS for *
|
||||||
|
* barrier stuff, needs nvapi for DLSS */
|
||||||
{ R"(\\GoW\.exe$)", {{
|
{ R"(\\GoW\.exe$)", {{
|
||||||
{ "d3d11.ignoreGraphicsBarriers", "True" },
|
{ "d3d11.ignoreGraphicsBarriers", "True" },
|
||||||
{ "d3d11.relaxedBarriers", "True" },
|
{ "d3d11.relaxedBarriers", "True" },
|
||||||
|
{ "dxgi.nvapiHack", "False" },
|
||||||
}} },
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user