mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 21:03:12 -07:00
Add NvFBC patch for 470.42.01
This commit is contained in:
parent
df7dc53423
commit
a89f3b0334
2 changed files with 8 additions and 0 deletions
|
@ -114,6 +114,7 @@ declare -A patch_list=(
|
|||
["465.24.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["465.27"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["465.31"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["470.42.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -184,6 +185,7 @@ declare -A object_list=(
|
|||
["465.24.02"]='libnvidia-fbc.so'
|
||||
["465.27"]='libnvidia-fbc.so'
|
||||
["465.31"]='libnvidia-fbc.so'
|
||||
["470.42.01"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue