mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-21 22:03:12 -07:00
linux: nvenc patch for 515.43.04
This commit is contained in:
parent
9b2da22b6d
commit
fb1ff5ef25
1 changed files with 2 additions and 0 deletions
2
patch.sh
2
patch.sh
|
@ -181,6 +181,7 @@ declare -A patch_list=(
|
|||
["510.54"]='s/\xe8\x15\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x15\x1f\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["510.60.02"]='s/\xe8\x15\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x15\x1f\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["510.68.02"]='s/\xe8\x15\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x15\x1f\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["515.43.04"]='s/\xe8\xd5\x1e\xff\xff\x85\xc0\x41\x89\xc4/\xe8\xd5\x1e\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -308,6 +309,7 @@ declare -A object_list=(
|
|||
["510.54"]='libnvidia-encode.so'
|
||||
["510.60.02"]='libnvidia-encode.so'
|
||||
["510.68.02"]='libnvidia-encode.so'
|
||||
["515.43.04"]='libnvidia-encode.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue