mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-10-11 09:38:02 +00:00
linux: add patch for version 440.33.01
This commit is contained in:
2
patch.sh
2
patch.sh
@@ -80,6 +80,7 @@ declare -A patch_list=(
|
||||
["435.21"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
|
||||
["440.26"]='s/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
|
||||
["440.31"]='s/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
|
||||
["440.33.01"]='s/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
@@ -118,6 +119,7 @@ declare -A object_list=(
|
||||
["435.21"]='libnvcuvid.so'
|
||||
["440.26"]='libnvcuvid.so'
|
||||
["440.31"]='libnvcuvid.so'
|
||||
["440.33.01"]='libnvcuvid.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
Reference in New Issue
Block a user