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