Fix: [ALAS] BlueStacks_nxt emulator auto-run

This commit is contained in:
LmeSzinc 2024-07-12 21:20:31 +08:00
parent 287f51386e
commit 407029dffa

View File

@ -98,8 +98,8 @@ class PlatformWindows(PlatformBase, EmulatorManager):
# Nox.exe -clone:Nox_1
self.execute(f'"{exe}" -clone:{instance.name}')
elif instance == Emulator.BlueStacks5:
# HD-Player.exe -instance Pie64
self.execute(f'"{exe}" -instance {instance.name}')
# HD-Player.exe --instance Pie64
self.execute(f'"{exe}" --instance {instance.name}')
elif instance == Emulator.BlueStacks4:
# BlueStacks\Client\Bluestacks.exe -vmname Android_1
self.execute(f'"{exe}" -vmname {instance.name}')