mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 21:03:12 -07:00
linux: patch for 545.23.06
Signed-off-by: Jai Luthra <me@jailuthra.in>
This commit is contained in:
parent
2377e3f7ea
commit
a3cb121004
4 changed files with 12 additions and 1 deletions
|
@ -180,6 +180,7 @@ declare -A patch_list=(
|
|||
["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/'
|
||||
["545.23.06"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -308,6 +309,7 @@ declare -A object_list=(
|
|||
["535.104.05"]='libnvidia-fbc.so'
|
||||
["535.104.12"]='libnvidia-fbc.so'
|
||||
["535.113.01"]='libnvidia-fbc.so'
|
||||
["545.23.06"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue