mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 21:03:12 -07:00
linux: nvenc patch for 515.65.01
This commit is contained in:
parent
a9a54b2b33
commit
0a7eb60905
4 changed files with 12 additions and 1 deletions
|
@ -148,6 +148,7 @@ declare -A patch_list=(
|
|||
["515.43.04"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["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/'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -244,6 +245,7 @@ declare -A object_list=(
|
|||
["515.43.04"]='libnvidia-fbc.so'
|
||||
["515.48.07"]='libnvidia-fbc.so'
|
||||
["515.57"]='libnvidia-fbc.so'
|
||||
["515.65.01"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue