1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-05-16 13:49:40 +08:00

Add: ScreenshotMethod option nemu_ipc

This commit is contained in:
LmeSzinc
2024-03-28 19:11:57 +08:00
parent ad766df910
commit 501d0e6a7f
7 changed files with 39 additions and 23 deletions

View File

@@ -32,7 +32,18 @@ Emulator:
option: [ disabled, ]
ScreenshotMethod:
value: auto
option: [ auto, ADB, ADB_nc, uiautomator2, aScreenCap, aScreenCap_nc, DroidCast, DroidCast_raw, scrcpy ]
option: [
auto,
ADB,
ADB_nc,
uiautomator2,
aScreenCap,
aScreenCap_nc,
DroidCast,
DroidCast_raw,
scrcpy,
nemu_ipc,
]
ControlMethod:
value: minitouch
option: [ ADB, uiautomator2, minitouch, Hermit, MaaTouch ]