mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 21:03:12 -07:00
update 20210429
This commit is contained in:
parent
b58c928a0b
commit
a5b5b84dfb
9 changed files with 55 additions and 3 deletions
|
@ -110,6 +110,7 @@ declare -A patch_list=(
|
|||
["460.73.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["465.19.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["465.24.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["465.27"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -176,6 +177,7 @@ declare -A object_list=(
|
|||
["460.73.01"]='libnvidia-fbc.so'
|
||||
["465.19.01"]='libnvidia-fbc.so'
|
||||
["465.24.02"]='libnvidia-fbc.so'
|
||||
["465.27"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue