mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 21:03:12 -07:00
linux: add FBC patch for 465.19.01
This commit is contained in:
parent
dcee4a9651
commit
6c60e8e843
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,7 @@ declare -A patch_list=(
|
|||
["460.39"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["460.56"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["460.67"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["465.19.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -170,6 +171,7 @@ declare -A object_list=(
|
|||
["460.39"]='libnvidia-fbc.so'
|
||||
["460.56"]='libnvidia-fbc.so'
|
||||
["460.67"]='libnvidia-fbc.so'
|
||||
["465.19.01"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue