mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-20 05:13:14 -07:00
linux: add driver version 470.63.01
This commit is contained in:
parent
9ab06aeba1
commit
3b466cb00c
4 changed files with 12 additions and 1 deletions
|
@ -117,6 +117,7 @@ declare -A patch_list=(
|
|||
["465.31"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["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.63.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -190,6 +191,7 @@ declare -A object_list=(
|
|||
["465.31"]='libnvidia-fbc.so'
|
||||
["470.42.01"]='libnvidia-fbc.so'
|
||||
["470.57.02"]='libnvidia-fbc.so'
|
||||
["470.63.01"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue