diff --git a/patch-fbc.sh b/patch-fbc.sh index 6187e08..6a059d9 100755 --- a/patch-fbc.sh +++ b/patch-fbc.sh @@ -142,6 +142,7 @@ declare -A patch_list=( ["510.54"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' ["510.60.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' ["510.68.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' + ["515.43.04"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' ) declare -A object_list=( @@ -232,6 +233,7 @@ declare -A object_list=( ["510.54"]='libnvidia-fbc.so' ["510.60.02"]='libnvidia-fbc.so' ["510.68.02"]='libnvidia-fbc.so' + ["515.43.04"]='libnvidia-fbc.so' ) check_version_supported () { diff --git a/patch.sh b/patch.sh index 9198d0b..ab4ad99 100755 --- a/patch.sh +++ b/patch.sh @@ -181,6 +181,7 @@ declare -A patch_list=( ["510.54"]='s/\xe8\x15\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x15\x1f\xff\xff\x29\xc0\x41\x89\xc4/g' ["510.60.02"]='s/\xe8\x15\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x15\x1f\xff\xff\x29\xc0\x41\x89\xc4/g' ["510.68.02"]='s/\xe8\x15\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x15\x1f\xff\xff\x29\xc0\x41\x89\xc4/g' + ["515.43.04"]='s/\xe8\x15\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x15\x1f\xff\xff\x29\xc0\x41\x89\xc4/g' ) declare -A object_list=( @@ -308,6 +309,7 @@ declare -A object_list=( ["510.54"]='libnvidia-encode.so' ["510.60.02"]='libnvidia-encode.so' ["510.68.02"]='libnvidia-encode.so' + ["515.43.04"]='libnvidia-encode.so' ) check_version_supported () {