linux: patch for 530.41, new bytecode

This commit is contained in:
Jai Luthra 2023-03-24 22:31:35 +05:30
commit 81772668d6
No known key found for this signature in database
GPG key ID: 43DE91F9249A7145
4 changed files with 12 additions and 1 deletions

View file

@ -164,6 +164,7 @@ declare -A patch_list=(
["525.85.12"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
["525.89.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
["530.30.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
["530.41.03"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
)
declare -A object_list=(
@ -276,6 +277,7 @@ declare -A object_list=(
["525.85.12"]='libnvidia-fbc.so'
["525.89.02"]='libnvidia-fbc.so'
["530.30.02"]='libnvidia-fbc.so'
["530.41.03"]='libnvidia-fbc.so'
)
check_version_supported () {