mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 14:37:20 +08:00
Fix BlueStacks_nxt emulator auto-run (#3987)
Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
This commit is contained in:
@@ -101,8 +101,8 @@ class PlatformWindows(PlatformBase, EmulatorManager):
|
|||||||
# Nox.exe -clone:Nox_1
|
# Nox.exe -clone:Nox_1
|
||||||
self.execute(f'"{exe}" -clone:{instance.name}')
|
self.execute(f'"{exe}" -clone:{instance.name}')
|
||||||
elif instance == Emulator.BlueStacks5:
|
elif instance == Emulator.BlueStacks5:
|
||||||
# HD-Player.exe -instance Pie64
|
# HD-Player.exe --instance Pie64
|
||||||
self.execute(f'"{exe}" -instance {instance.name}')
|
self.execute(f'"{exe}" --instance {instance.name}')
|
||||||
elif instance == Emulator.BlueStacks4:
|
elif instance == Emulator.BlueStacks4:
|
||||||
# Bluestacks.exe -vmname Android_1
|
# Bluestacks.exe -vmname Android_1
|
||||||
self.execute(f'"{exe}" -vmname {instance.name}')
|
self.execute(f'"{exe}" -vmname {instance.name}')
|
||||||
|
|||||||
Reference in New Issue
Block a user