mirror of
https://github.com/keylase/nvidia-patch
synced 2024-10-30 09:20:57 +00:00
12 lines
326 B
Bash
Executable File
12 lines
326 B
Bash
Executable File
#!/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' \
|
|
"$@"
|