linux: add support for 590.48.01 (#1028)

Co-authored-by: yingzou <yingzou@sakkan.org>
This commit is contained in:
mcfd
2025-12-25 17:00:59 +08:00
committed by GitHub
parent b12eea534f
commit 794cc9039e
4 changed files with 10 additions and 1 deletions

View File

@@ -254,6 +254,7 @@ declare -A patch_list=(
["580.105.08"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
["580.119.02"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
["590.44.01"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
["590.48.01"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
)
check_version_supported () {