mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-27 05:58:16 +03: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
proton
1
proton
@ -801,6 +801,7 @@ class CompatData:
|
|||||||
self.prefix_dir + "drive_c/windows/syswow64/nvapi.dll")
|
self.prefix_dir + "drive_c/windows/syswow64/nvapi.dll")
|
||||||
g_session.dlloverrides["nvapi64"] = "n"
|
g_session.dlloverrides["nvapi64"] = "n"
|
||||||
g_session.dlloverrides["nvapi"] = "n"
|
g_session.dlloverrides["nvapi"] = "n"
|
||||||
|
g_session.dlloverrides["nvcuda"] = "b"
|
||||||
else:
|
else:
|
||||||
nvapi64_dll = self.prefix_dir + "drive_c/windows/system32/nvapi64.dll"
|
nvapi64_dll = self.prefix_dir + "drive_c/windows/system32/nvapi64.dll"
|
||||||
nvapi32_dll = self.prefix_dir + "drive_c/windows/syswow64/nvapi.dll"
|
nvapi32_dll = self.prefix_dir + "drive_c/windows/syswow64/nvapi.dll"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user