mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-09 19:48:20 +00:00
ap: add wrapper with patterns for legacy systems
This commit is contained in:
parent
e16535da82
commit
353019c8f8
11
win/tools/autopatch/legacy.sh
Executable file
11
win/tools/autopatch/legacy.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR="$(dirname $0)"
|
||||
AP="$DIR/autopatch.py"
|
||||
|
||||
"$AP" -S 8BF085C0750549892FEB 8BD885DB75048937EB \
|
||||
-R 33C08BF0750549892FEB 33C08BD875048937EB \
|
||||
-T 'Display.Driver/nvencodeapi64.dl_' 'Display.Driver/nvencodeapi.dl_' \
|
||||
-N 'nvencodeapi64.dll' 'nvencodeapi.dll' \
|
||||
-P 'nvencodeapi64.1337' 'nvencodeapi.1337' \
|
||||
"$@"
|
Loading…
Reference in New Issue
Block a user