From d9f80272c02feec6a5047186b64f9ae2b72e2382 Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Mon, 13 Sep 2021 19:20:44 +0300 Subject: [PATCH] proton: Enabled nvcuda.dll when nvapi is enabled. Link: https://github.com/ValveSoftware/wine/pull/119 --- proton | 1 + 1 file changed, 1 insertion(+) diff --git a/proton b/proton index 6443a2c7..4423e05e 100755 --- a/proton +++ b/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"