mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 21:03:12 -07:00
linux: nvenc patch for 510.73.05
This commit is contained in:
parent
37bfd8e735
commit
ac97e5647f
4 changed files with 11 additions and 0 deletions
|
@ -143,6 +143,7 @@ declare -A patch_list=(
|
|||
["510.54"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["510.60.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["510.68.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["510.73.05"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["515.43.04"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
)
|
||||
|
||||
|
@ -235,6 +236,7 @@ declare -A object_list=(
|
|||
["510.54"]='libnvidia-fbc.so'
|
||||
["510.60.02"]='libnvidia-fbc.so'
|
||||
["510.68.02"]='libnvidia-fbc.so'
|
||||
["510.73.05"]='libnvidia-fbc.so'
|
||||
["515.43.04"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue