Merge pull request #692 from dekomote/master

linux: patch for 535.104.05
This commit is contained in:
Jai Luthra 2023-08-26 18:16:49 +05:30 committed by GitHub
commit e800f66a18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View file

@ -177,6 +177,7 @@ declare -A patch_list=(
["535.86.05"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
["535.86.10"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
["535.98"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
["535.104.05"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
)
declare -A object_list=(
@ -302,6 +303,7 @@ declare -A object_list=(
["535.86.05"]='libnvidia-fbc.so'
["535.86.10"]='libnvidia-fbc.so'
["535.98"]='libnvidia-fbc.so'
["535.104.05"]='libnvidia-fbc.so'
)
check_version_supported () {