[util] Disable nvapiHack for Tom Clancy's Ghost Recon Breakpoint.

Otherwise, it shows a DirectX error dialog and exits when using an NVIDIA GPU.
This commit is contained in:
Zhiyi Zhang 2023-03-24 17:17:48 +08:00 committed by Philip Rebohle
parent 1a5afc77b1
commit 631171cf45
1 changed files with 4 additions and 0 deletions

View File

@ -342,6 +342,10 @@ namespace dxvk {
{ R"(\\SF3ClientFinal\.exe$)", {{
{ "d3d11.cachedDynamicResources", "v" },
}} },
/* Tom Clancy's Ghost Recon Breakpoint */
{ R"(\\GRB\.exe$)", {{
{ "dxgi.nvapiHack", "False" },
}} },
/**********************************************/
/* D3D9 GAMES */