mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-14 02:26:51 -07:00
linux: add support for driver 570.144
This commit is contained in:
parent
8bcbe4c961
commit
39f21ee316
4 changed files with 10 additions and 1 deletions
1
patch.sh
1
patch.sh
|
@ -268,6 +268,7 @@ declare -A patch_list=(
|
|||
["570.124.06"]='s/\xe8\x45\x30\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x45\x30\xfe\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["570.133.07"]='s/\xe8\x45\x30\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x45\x30\xfe\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["570.133.20"]='s/\xe8\x45\x30\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x45\x30\xfe\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["570.144"]='s/\xe8\x45\x30\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x45\x30\xfe\xff\x29\xc0\x41\x89\xc4/g'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue