feat: 支持mumu12模拟器自动检测连接

This commit is contained in:
MistEO
2023-04-21 13:17:03 +08:00
parent f237f718af
commit a6cedee34d

View File

@@ -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" } },