Skip to content

Commit

Permalink
wine.inf: Disable nvcuda.dll by default.
Browse files Browse the repository at this point in the history
The nvcuda.dll stub presence may cause regressions when the games
successfully load and try to use it (like Divinity The Original Sin 2).
The library is enabled in proton script together with nvapi.dll.

Link: ValveSoftware/wine#119
  • Loading branch information
Paul Gofman authored and imaami committed Feb 16, 2022
1 parent ea24e0b commit 794ffb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loader/wine.inf.in
Original file line number Diff line number Diff line change
Expand Up @@ -5873,6 +5873,7 @@ HKCU,Software\Wine\DllOverrides,"ucrtbase",0x2,"native,builtin"
HKCU,Software\Wine\DllOverrides,"vcomp140",0x2,"native,builtin"
HKCU,Software\Wine\DllOverrides,"vcruntime140",0x2,"native,builtin"
HKCU,Software\Wine\DllOverrides,"atiadlxx",,"disabled"
HKCU,Software\Wine\DllOverrides,"nvcuda",0x2,"disabled"
;;App-specific overrides for amd_ags_x64.dll.
HKCU,Software\Wine\AppDefaults\NewColossus_x64vk.exe\DllOverrides,"amd_ags_x64",0x2,"builtin,native"
HKCU,Software\Wine\AppDefaults\RDR2.exe\DllOverrides,"amd_ags_x64",0x2,"builtin,native"
Expand Down

0 comments on commit 794ffb6

Please sign in to comment.