mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
proton: Enabled nvcuda.dll when nvapi is enabled.
Link: https://github.com/ValveSoftware/wine/pull/119
This commit is contained in:
parent
4940f69c90
commit
d9f80272c0
1 changed files with 1 additions and 0 deletions
1
proton
1
proton
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue