1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-07 13:38:30 +08:00
This commit is contained in:
2026-07-04 02:05:43 +08:00
13 changed files with 65 additions and 48 deletions

View File

@@ -225,6 +225,8 @@ class NemuIpcImpl:
os.path.abspath(os.path.join(nemu_folder, './shell/sdk/external_renderer_ipc.dll')),
# MuMuPlayer12 5.0
os.path.abspath(os.path.join(nemu_folder, './nx_device/12.0/shell/sdk/external_renderer_ipc.dll')),
# MuMuPlayer12 6.0
os.path.abspath(os.path.join(nemu_folder, './nx_main/sdk/external_renderer_ipc.dll')),
]
self.lib = None
for ipc_dll in list_dll: