mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 21:03:12 -07:00
feat(linux): add support for 510.39.01
This commit is contained in:
parent
e56fa199ee
commit
5c852409ac
3 changed files with 10 additions and 0 deletions
|
@ -137,6 +137,7 @@ declare -A patch_list=(
|
|||
["495.29.05"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["495.44"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["495.46"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["510.39.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["510.47.03"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
)
|
||||
|
||||
|
@ -223,6 +224,7 @@ declare -A object_list=(
|
|||
["495.29.05"]='libnvidia-fbc.so'
|
||||
["495.44"]='libnvidia-fbc.so'
|
||||
["495.46"]='libnvidia-fbc.so'
|
||||
["510.39.01"]='libnvidia-fbc.so'
|
||||
["510.47.03"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue