1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 14:29:26 +08:00

ref: auto detect game lib and arch

This commit is contained in:
0O0o0oOoO00
2026-02-07 11:46:11 +08:00
parent 6adc8ad835
commit 4d4b36dedc
10 changed files with 49 additions and 19 deletions

View File

@@ -780,9 +780,8 @@
},
"Architecture": {
"type": "select",
"value": "auto",
"value": "x86_64",
"option": [
"auto",
"x86",
"x86_64",
"arm64-v8a",
@@ -17200,6 +17199,7 @@
"type": "select",
"value": "apply",
"option": [
"detect",
"inject",
"apply"
]