mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-12-22 21:03:35 +00:00
linux: add nvenc patch version 470.42.01
This commit is contained in:
parent
2a1a85483f
commit
a5715ce069
2
patch.sh
2
patch.sh
@ -151,6 +151,7 @@ declare -A patch_list=(
|
||||
["465.24.02"]='s/\xe8\xc5\x20\xff\xff\x85\xc0\x41\x89\xc4/\xe8\xc5\x20\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["465.27"]='s/\xe8\xc5\x20\xff\xff\x85\xc0\x41\x89\xc4/\xe8\xc5\x20\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["465.31"]='s/\xe8\xc5\x20\xff\xff\x85\xc0\x41\x89\xc4/\xe8\xc5\x20\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["470.42.01"]='s/\xe8\x25\x1C\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x25\x1C\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
@ -257,6 +258,7 @@ declare -A object_list=(
|
||||
["465.24.02"]='libnvidia-encode.so'
|
||||
["465.27"]='libnvidia-encode.so'
|
||||
["465.31"]='libnvidia-encode.so'
|
||||
["470.42.01"]='libnvidia-encode.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
Loading…
Reference in New Issue
Block a user