mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-21 22:03:12 -07:00
515.43.04 support
same as 510.68.02
This commit is contained in:
parent
9b2da22b6d
commit
6896781440
2 changed files with 4 additions and 0 deletions
|
@ -142,6 +142,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/'
|
||||
["515.43.04"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -232,6 +233,7 @@ declare -A object_list=(
|
|||
["510.54"]='libnvidia-fbc.so'
|
||||
["510.60.02"]='libnvidia-fbc.so'
|
||||
["510.68.02"]='libnvidia-fbc.so'
|
||||
["515.43.04"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
2
patch.sh
2
patch.sh
|
@ -181,6 +181,7 @@ declare -A patch_list=(
|
|||
["510.54"]='s/\xe8\x15\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x15\x1f\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["510.60.02"]='s/\xe8\x15\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x15\x1f\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["510.68.02"]='s/\xe8\x15\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x15\x1f\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["515.43.04"]='s/\xe8\x15\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x15\x1f\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -308,6 +309,7 @@ declare -A object_list=(
|
|||
["510.54"]='libnvidia-encode.so'
|
||||
["510.60.02"]='libnvidia-encode.so'
|
||||
["510.68.02"]='libnvidia-encode.so'
|
||||
["515.43.04"]='libnvidia-encode.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue