mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-20 21:33:11 -07:00
linux: add NVENC patch for 465.19.01
This commit is contained in:
parent
6c60e8e843
commit
d9e57a6077
1 changed files with 2 additions and 0 deletions
2
patch.sh
2
patch.sh
|
@ -144,6 +144,7 @@ declare -A patch_list=(
|
|||
["460.39"]='s/\x22\xff\xff\x85\xc0\x41\x89\xc4\x0f\x85/\x22\xff\xff\x31\xc0\x41\x89\xc4\x0f\x85/g'
|
||||
["460.56"]='s/\x22\xff\xff\x85\xc0\x41\x89\xc4\x0f\x85/\x22\xff\xff\x31\xc0\x41\x89\xc4\x0f\x85/g'
|
||||
["460.67"]='s/\x22\xff\xff\x85\xc0\x41\x89\xc4\x0f\x85/\x22\xff\xff\x31\xc0\x41\x89\xc4\x0f\x85/g'
|
||||
["465.19.01"]='s/\xe8\xc5\x20\xff\xff\x85\xc0\x41\x89\xc4/\xe8\xc5\x20\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -243,6 +244,7 @@ declare -A object_list=(
|
|||
["460.39"]='libnvidia-encode.so'
|
||||
["460.56"]='libnvidia-encode.so'
|
||||
["460.67"]='libnvidia-encode.so'
|
||||
["465.19.01"]='libnvidia-encode.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue