mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 21:03:12 -07:00
ap: add wrapper with patterns for legacy systems
This commit is contained in:
parent
e16535da82
commit
353019c8f8
1 changed files with 11 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue