mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
nvidia-driver: Install windows libraries needed by Proton to support DLSS
See https://github.com/NixOS/nixpkgs/issues/177533
This commit is contained in:
parent
9aeb3ea98a
commit
160aaf5dd3
@ -119,6 +119,10 @@ installPhase() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Install libraries needed by Proton to support DLSS
|
||||||
|
install -Dm644 nvngx.dll $i/lib/nvidia/wine/
|
||||||
|
install -Dm644 _nvngx.dll $i/lib/nvidia/wine/
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -n "$bin" ]; then
|
if [ -n "$bin" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user