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:
parent
e5a06d3f4a
commit
405bd737e0
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user