Skip to content

Commit

Permalink
[utils] Disable nvapi hack for Mass Effect Andromeda
Browse files Browse the repository at this point in the history
Fixes #886.
  • Loading branch information
doitsujin committed Jan 26, 2019
1 parent 1cc24c2 commit af92bc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/config/config.cpp
Expand Up @@ -72,6 +72,10 @@ namespace dxvk {
{ "NFS16.exe", {{
{ "dxgi.nvapiHack", "False" },
}} },
/* Mass Effect Andromeda */
{ "MassEffectAndromeda.exe", {{
{ "dxgi.nvapiHack", "False" },
}} },
}};


Expand Down

0 comments on commit af92bc9

Please sign in to comment.