linux: patch for 535.113.01

Signed-off-by: Jai Luthra <me@jailuthra.in>
This commit is contained in:
Jai Luthra 2023-09-26 15:33:42 +05:30
commit ae0e8b777a
No known key found for this signature in database
GPG key ID: 43DE91F9249A7145
4 changed files with 12 additions and 1 deletions

View file

@ -178,6 +178,7 @@ declare -A patch_list=(
["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/'
["535.113.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
)
declare -A object_list=(
@ -304,6 +305,7 @@ declare -A object_list=(
["535.86.10"]='libnvidia-fbc.so'
["535.98"]='libnvidia-fbc.so'
["535.104.05"]='libnvidia-fbc.so'
["535.113.01"]='libnvidia-fbc.so'
)
check_version_supported () {