mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-20 05:13:14 -07:00
vulkan beta drivers
This commit is contained in:
parent
170960ee76
commit
9c8f192049
7 changed files with 48 additions and 0 deletions
|
@ -73,6 +73,7 @@ declare -A patch_list=(
|
|||
["450.51"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
|
||||
["450.51.05"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
|
||||
["450.56.01"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
|
||||
["450.56.02"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
|
||||
["450.57"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
|
||||
)
|
||||
|
||||
|
@ -107,6 +108,7 @@ declare -A object_list=(
|
|||
["450.51"]='libnvidia-fbc.so'
|
||||
["450.51.05"]='libnvidia-fbc.so'
|
||||
["450.56.01"]='libnvidia-fbc.so'
|
||||
["450.56.02"]='libnvidia-fbc.so'
|
||||
["450.57"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue