mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
chore: mumu内测路径注释
This commit is contained in:
@@ -94,7 +94,7 @@ std::optional<cv::Mat> MumuExtras::screencap()
|
||||
bool MumuExtras::load_mumu_library()
|
||||
{
|
||||
auto lib_path = mumu_path_ / "shell/sdk/external_renderer_ipc";
|
||||
auto new_lib_path = mumu_path_ / "nx_device/12.0/shell/sdk/external_renderer_ipc"; // MuMu 5.0+
|
||||
auto new_lib_path = mumu_path_ / "nx_device/12.0/shell/sdk/external_renderer_ipc"; // MuMu 5.0 内测路径, 可能变更
|
||||
|
||||
if (!load_library(lib_path) && !load_library(new_lib_path)) {
|
||||
LogError << "Failed to load library" << VAR(lib_path) << "or" << VAR(new_lib_path);
|
||||
|
||||
Reference in New Issue
Block a user