mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-11 10:24:10 +01:00
[util] Disable NVAPI hack for NFS2015 and CoD:WW2
Fixes #850. Fixes #832.
This commit is contained in:
parent
cf9de54a12
commit
d12b2c6149
@ -75,6 +75,14 @@ namespace dxvk {
|
||||
{ "FIFA19_demo.exe", {{
|
||||
{ "dxvk.useRawSsbo", "True" },
|
||||
}} },
|
||||
/* Call of Duty WW2 */
|
||||
{ "s2_sp64_ship.exe", {{
|
||||
{ "dxgi.nvapiHack", "False" },
|
||||
}} },
|
||||
/* Need for Speed 2015 */
|
||||
{ "NFS16.exe", {{
|
||||
{ "dxgi.nvapiHack", "False" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user