From 51c7ca3323ff3c2470c1cf8cb95068339d369077 Mon Sep 17 00:00:00 2001 From: Vingian <89702391+Vingian@users.noreply.github.com> Date: Tue, 20 May 2025 07:20:56 -0300 Subject: [PATCH] Add new NVIDIA-provided nvngx_dlssg.dll NVIDIA appears to have started including the nvngx_dlssg.dll around driver version 570.86.16. --- proton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton b/proton index c0e0c43687..1e21b31a26 100755 --- a/proton +++ b/proton @@ -1150,7 +1150,7 @@ class CompatData: # Try to detect known DLLs that ship with the NVIDIA Linux Driver # and add them into the prefix if g_session.nvidia_wine_dll_dir: - for dll in ["_nvngx.dll", "nvngx.dll"]: + for dll in ["_nvngx.dll", "nvngx.dll", "nvngx_dlssg.dll"]: try_copy(g_session.nvidia_wine_dll_dir + "/" + dll, "drive_c/windows/system32", optional=True,