Skip to content

Commit

Permalink
proton: Enabled nvcuda.dll when nvapi is enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gofman authored and ivyl committed Sep 23, 2021
1 parent 4940f69 commit d9f8027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proton
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,7 @@ class CompatData:
self.prefix_dir + "drive_c/windows/syswow64/nvapi.dll")
g_session.dlloverrides["nvapi64"] = "n"
g_session.dlloverrides["nvapi"] = "n"
g_session.dlloverrides["nvcuda"] = "b"
else:
nvapi64_dll = self.prefix_dir + "drive_c/windows/system32/nvapi64.dll"
nvapi32_dll = self.prefix_dir + "drive_c/windows/syswow64/nvapi.dll"
Expand Down

0 comments on commit d9f8027

Please sign in to comment.