1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-17 15:25:26 +00:00

fix: bluestacks start emulator

This commit is contained in:
RedDeadDepresso 2024-01-05 21:40:28 +00:00 committed by YoursFunny
parent 64d63bdd24
commit 1ab7c5c40f
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C

View File

@ -97,7 +97,7 @@ class PlatformWindows(PlatformBase, EmulatorManager):
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\Client\Bluestacks.exe -vmname Android_1 # BlueStacks\Client\Bluestacks.exe -vmname Android_1
self.execute(f'"{exe}" -vmname {instance.name}') self.execute(f'"{exe}" -vmname {instance.name}')