mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-20 13:23:16 -07:00
Add support for driver version 535.104.12
This commit is contained in:
parent
efaf4ad312
commit
c7e7b9b09f
2 changed files with 4 additions and 0 deletions
|
@ -178,6 +178,7 @@ declare -A patch_list=(
|
|||
["535.86.10"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
|
||||
["535.98"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
|
||||
["535.104.05"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
|
||||
["535.104.12"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
|
||||
["535.113.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
|
||||
)
|
||||
|
||||
|
@ -305,6 +306,7 @@ declare -A object_list=(
|
|||
["535.86.10"]='libnvidia-fbc.so'
|
||||
["535.98"]='libnvidia-fbc.so'
|
||||
["535.104.05"]='libnvidia-fbc.so'
|
||||
["535.104.12"]='libnvidia-fbc.so'
|
||||
["535.113.01"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue