Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proton
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down