1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-13 19:29:14 +01:00

[util] Disable nvapi hack for Far Cry 4 / Primal

Dunia engine games don't seem to like this either.
This commit is contained in:
Philip Rebohle 2019-02-04 07:09:37 +01:00
parent e5a06d3f4a
commit 405bd737e0
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -76,6 +76,14 @@ namespace dxvk {
{ "MassEffectAndromeda.exe", {{
{ "dxgi.nvapiHack", "False" },
}} },
/* Far Cry 4 */
{ "FarCry4.exe", {{
{ "dxgi.nvapiHack", "False" },
}} },
/* Far Cry Primal */
{ "FCPrimal.exe", {{
{ "dxgi.nvapiHack", "False" },
}} },
}};