mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Add: Emulator auto detect and restart(experimental)
This commit is contained in:
@@ -109,6 +109,27 @@
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
"RestartEmulator": {
|
||||
"LaunchMode": {
|
||||
"type": "select",
|
||||
"value": "do_not_use",
|
||||
"option": [
|
||||
"do_not_use",
|
||||
"auto",
|
||||
"Nox",
|
||||
"Nemu",
|
||||
"custom"
|
||||
]
|
||||
},
|
||||
"CustomStartFilter": {
|
||||
"type": "textarea",
|
||||
"value": "C:\\Program Files\\Nox\\bin\\Nox.exe -clone:nox"
|
||||
},
|
||||
"CustomKillFilter": {
|
||||
"type": "textarea",
|
||||
"value": "C:\\Program Files\\Nox\\bin\\Nox.exe -clone:nox -quit"
|
||||
}
|
||||
},
|
||||
"Error": {
|
||||
"HandleError": {
|
||||
"type": "checkbox",
|
||||
|
||||
Reference in New Issue
Block a user