mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
feat: 支持mumu12模拟器自动检测连接
This commit is contained in:
@@ -30,6 +30,7 @@ namespace MaaWpfGui.Helper
|
||||
{ "dnplayer", "LDPlayer" },
|
||||
{ "Nox", "Nox" },
|
||||
{ "NemuPlayer", "MuMuEmulator" },
|
||||
{ "MuMuPlayer", "MuMuEmulator" }, // MuMu 12
|
||||
{ "MEmu", "XYAZ" },
|
||||
};
|
||||
|
||||
@@ -49,6 +50,7 @@ namespace MaaWpfGui.Helper
|
||||
{
|
||||
"..\\vmonitor\\bin\\adb_server.exe",
|
||||
"..\\..\\MuMu\\emulator\\nemu\\vmonitor\\bin\\adb_server.exe",
|
||||
".\\adb.exe",
|
||||
}
|
||||
},
|
||||
{ "XYAZ", new List<string> { ".\\adb.exe" } },
|
||||
|
||||
Reference in New Issue
Block a user