mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-10-10 17:18:01 +00:00
linux: nvenc patch for 515.65.01
This commit is contained in:
2
patch.sh
2
patch.sh
@@ -187,6 +187,7 @@ declare -A patch_list=(
|
||||
["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'
|
||||
["515.48.07"]='s/\xe8\xd5\x1e\xff\xff\x85\xc0\x41\x89\xc4/\xe8\xd5\x1e\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["515.57"]='s/\xe8\xd5\x1e\xff\xff\x85\xc0\x41\x89\xc4/\xe8\xd5\x1e\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["515.65.01"]='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=(
|
||||
@@ -320,6 +321,7 @@ declare -A object_list=(
|
||||
["515.43.04"]='libnvidia-encode.so'
|
||||
["515.48.07"]='libnvidia-encode.so'
|
||||
["515.57"]='libnvidia-encode.so'
|
||||
["515.65.01"]='libnvidia-encode.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
Reference in New Issue
Block a user