mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 21:03:12 -07:00
Linux: patch for 525.105.17 (#634)
* linux: patch for 525.105.17 * Edited tabs for spaces
This commit is contained in:
parent
00a30e788f
commit
3f00763236
4 changed files with 10 additions and 0 deletions
|
@ -164,6 +164,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/'
|
||||
["525.105.17"]='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/'
|
||||
["530.41.03"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
)
|
||||
|
@ -278,6 +279,7 @@ declare -A object_list=(
|
|||
["525.85.05"]='libnvidia-fbc.so'
|
||||
["525.85.12"]='libnvidia-fbc.so'
|
||||
["525.89.02"]='libnvidia-fbc.so'
|
||||
["525.105.17"]='libnvidia-fbc.so'
|
||||
["530.30.02"]='libnvidia-fbc.so'
|
||||
["530.41.03"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue