mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-20 13:23:16 -07:00
Support for 495.29.05
This commit is contained in:
parent
6e7cdeef11
commit
9a1062aed9
4 changed files with 11 additions and 0 deletions
|
@ -129,6 +129,7 @@ declare -A patch_list=(
|
|||
["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/'
|
||||
["495.29.05"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -206,6 +207,7 @@ declare -A object_list=(
|
|||
["470.62.05"]='libnvidia-fbc.so'
|
||||
["470.63.01"]='libnvidia-fbc.so'
|
||||
["470.74"]='libnvidia-fbc.so'
|
||||
["495.29.05"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue