mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-20 13:23:16 -07:00
linux: nvenc patch for 515.76
This commit is contained in:
parent
a8325ee950
commit
68c4451113
4 changed files with 12 additions and 1 deletions
|
@ -151,6 +151,7 @@ declare -A patch_list=(
|
|||
["515.48.07"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["515.57"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["515.65.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["515.76"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -250,6 +251,7 @@ declare -A object_list=(
|
|||
["515.48.07"]='libnvidia-fbc.so'
|
||||
["515.57"]='libnvidia-fbc.so'
|
||||
["515.65.01"]='libnvidia-fbc.so'
|
||||
["515.76"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue