mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 13:59:02 +08:00
Fix: nemu_ipc for global MuMu
Fix: nemu_ipc for global MuMu
This commit is contained in:
parent
23fcfc0641
commit
a8f1110bbf
@ -474,9 +474,6 @@ class NemuIpc(Platform):
|
||||
"""
|
||||
# Try existing settings first
|
||||
if self.config.EmulatorInfo_path:
|
||||
if 'MuMuPlayerGlobal' in self.config.EmulatorInfo_path:
|
||||
logger.info(f'nemu_ipc is not available on MuMuPlayerGlobal, {self.config.EmulatorInfo_path}')
|
||||
raise RequestHumanTakeover
|
||||
folder = os.path.abspath(os.path.join(self.config.EmulatorInfo_path, '../../'))
|
||||
index = NemuIpcImpl.serial_to_id(self.serial)
|
||||
if index is not None:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user