mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 16:24:29 +01:00
[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:
parent
1a5afc77b1
commit
631171cf45
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user