mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 21:03:12 -07:00
Support for 470.62.05
This commit is contained in:
parent
bdb3a4f5b5
commit
132b1684c8
3 changed files with 5 additions and 0 deletions
|
@ -126,6 +126,7 @@ declare -A patch_list=(
|
|||
["470.42.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["470.57.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["470.62.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["470.62.05"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["470.63.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["470.74"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
)
|
||||
|
@ -202,6 +203,7 @@ declare -A object_list=(
|
|||
["470.42.01"]='libnvidia-fbc.so'
|
||||
["470.57.02"]='libnvidia-fbc.so'
|
||||
["470.62.02"]='libnvidia-fbc.so'
|
||||
["470.62.05"]='libnvidia-fbc.so'
|
||||
["470.63.01"]='libnvidia-fbc.so'
|
||||
["470.74"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue