mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-20 21:33:11 -07:00
Add support for 535.129.03
This commit is contained in:
parent
7e6fb9fe64
commit
407fe93ee2
4 changed files with 11 additions and 0 deletions
2
patch.sh
2
patch.sh
|
@ -219,6 +219,7 @@ declare -A patch_list=(
|
|||
["535.104.05"]='s/\xe8\xa5\x9f\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xa5\x9f\xfe\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["535.104.12"]='s/\xe8\xa5\x9f\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xa5\x9f\xfe\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["535.113.01"]='s/\xe8\xa5\x9f\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xa5\x9f\xfe\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["535.129.03"]='s/\xe8\xa5\x9f\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xa5\x9f\xfe\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["545.23.06"]='s/\xe8\xc5\x8f\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xc5\x8f\xfe\xff\x29\xc0\x41\x89\xc4/g'
|
||||
)
|
||||
|
||||
|
@ -385,6 +386,7 @@ declare -A object_list=(
|
|||
["535.104.05"]='libnvidia-encode.so'
|
||||
["535.104.12"]='libnvidia-encode.so'
|
||||
["535.113.01"]='libnvidia-encode.so'
|
||||
["535.129.03"]='libnvidia-encode.so'
|
||||
["545.23.06"]='libnvidia-encode.so'
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue