Skip to content

Commit

Permalink
feat: support MuMuPro of macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Mar 7, 2024
1 parent 2a85340 commit faecdc6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/MaaToolkit/AdbDevice/DeviceMgrMacOS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ static const std::map<std::string, EmulatorConstantData> kEmulators = {
{ .keyword = "Nox",
.adb_candidate_paths = { "adb"_path },
.adb_common_serials = { "127.0.0.1:62001", "127.0.0.1:59865" } } },
{ "MuMuPlayerPro",
{ .keyword = "MuMuEmulator",
.adb_candidate_paths = { "tools"_path / "adb"_path },
.adb_common_serials = { "127.0.0.1:16384", "127.0.0.1:16416" } } },
{ "AVD",
{ .keyword = "qemu-system",
.adb_candidate_paths = { "adb"_path },
Expand Down Expand Up @@ -147,4 +151,4 @@ std::filesystem::path get_adb_path(const EmulatorConstantData& emulator, os_pid

MAA_TOOLKIT_NS_END

#endif
#endif

0 comments on commit faecdc6

Please sign in to comment.