Skip to content

Commit

Permalink
proton-tkg: Leave nvapi be by default. Nvidia GPU users will have iss…
Browse files Browse the repository at this point in the history
…ues either way, but a good amount of those will be addressed by DXVK's nvapi hack.

Doom Eternal seems to be unhappy when it can't freely call nvapi, potentially creating further perf issues than Nvidia users are already suffering from.
  • Loading branch information
Tk-Glitch committed Mar 22, 2020
1 parent cb98f0c commit 5426785
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proton-tkg/proton-tkg.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ _wined3d_additions="true"
# Proton wined3d-interop and friends for SteamVR support
_steamvr_support="false"

# Disable nvapi and nvapi64 - Common fix for various games
_proton_nvapi_disable="true"
# Disable nvapi and nvapi64 - Common fix for various games when using a Nvidia GPU
# Might create issues on some native vulkan game calling nvapi for some extremely dumb reason, such as Doom Eternal
_proton_nvapi_disable="false"

# Disable winedbg - (Used to fix GTA V online crash before Proton 5.0-4 02951753)
_proton_winedbg_disable="false"
Expand Down

0 comments on commit 5426785

Please sign in to comment.