From a6cedee34dc68b5b32d3432e2ce2d8be99f67cba Mon Sep 17 00:00:00 2001 From: MistEO Date: Fri, 21 Apr 2023 13:17:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81mumu12=E6=A8=A1?= =?UTF-8?q?=E6=8B=9F=E5=99=A8=E8=87=AA=E5=8A=A8=E6=A3=80=E6=B5=8B=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Helper/WinAdapter.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MaaWpfGui/Helper/WinAdapter.cs b/src/MaaWpfGui/Helper/WinAdapter.cs index c45dd2a22c..9252c75d49 100644 --- a/src/MaaWpfGui/Helper/WinAdapter.cs +++ b/src/MaaWpfGui/Helper/WinAdapter.cs @@ -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 { ".\\adb.exe" } },