Commit graph

4 commits

Author SHA1 Message Date
novenary b09533e71e dxvk: fix all shellcheck warnings 2023-03-12 19:41:01 +02:00
novenary f67a9f0e27 dxvk: fix unbound variable warning in setup_dxvk.sh 2023-03-12 19:25:23 +02:00
novenary 2fc61b77cf dxvk: fix DLL override setup
`basename srcpath` simply prints "srcpath" which results in a single DLL
override for srcpath.dll to be installed... clearly not what we want.
2023-03-12 14:51:25 +02:00
Randy Eckenrode 16e9b55025
dxvk: vendor setup_dxvk.sh
Upstream will remove the `setup_dxvk.sh` in DXVK 2.1. To avoid breaking
users of the current derivation, vendor `setup_dxvk.sh`. This script is
based on the upstream script with some modifications:

- Update command-line parsing; and
- Reorganized action processing logic.
2023-01-28 14:42:54 -05:00