mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 21:03:12 -07:00
linux: patch for 525.78.01
This commit is contained in:
parent
28137e34d2
commit
787785e1cf
4 changed files with 12 additions and 1 deletions
|
@ -159,6 +159,7 @@ declare -A patch_list=(
|
|||
["520.61.05"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["525.60.11"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["525.60.13"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["525.78.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -266,6 +267,7 @@ declare -A object_list=(
|
|||
["520.61.05"]='libnvidia-fbc.so'
|
||||
["525.60.11"]='libnvidia-fbc.so'
|
||||
["525.60.13"]='libnvidia-fbc.so'
|
||||
["525.78.01"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue