mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-20 13:23:16 -07:00
linux: patch for 535.54.03
Signed-off-by: Jai Luthra <me@jailuthra.in>
This commit is contained in:
parent
3358c5d92e
commit
9a71597828
4 changed files with 12 additions and 1 deletions
|
@ -171,6 +171,7 @@ declare -A patch_list=(
|
|||
["530.30.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["530.41.03"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["535.43.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["535.54.03"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -290,6 +291,7 @@ declare -A object_list=(
|
|||
["530.30.02"]='libnvidia-fbc.so'
|
||||
["530.41.03"]='libnvidia-fbc.so'
|
||||
["535.43.02"]='libnvidia-fbc.so'
|
||||
["535.54.03"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue