mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-20 13:23:16 -07:00
linux: new bytecode patch for 530.30.02
This commit is contained in:
parent
464b6377ec
commit
a71c22379d
4 changed files with 12 additions and 1 deletions
|
@ -163,6 +163,7 @@ declare -A patch_list=(
|
|||
["525.85.05"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["525.85.12"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["525.89.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["530.30.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -274,6 +275,7 @@ declare -A object_list=(
|
|||
["525.85.05"]='libnvidia-fbc.so'
|
||||
["525.85.12"]='libnvidia-fbc.so'
|
||||
["525.89.02"]='libnvidia-fbc.so'
|
||||
["530.30.02"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue