Skip to content

Commit

Permalink
enable accel
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 20, 2024
1 parent fbbf239 commit 7f0464c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2750,7 +2750,7 @@ def startEmulator(self, avd):
)

self.device = "emulator-{}".format(port)
cmd = "emulator -avd {0} -port {1} -no-audio -partition-size 768 -no-snapshot -gpu auto -no-boot-anim -no-window".format(
cmd = "emulator -avd {0} -port {1} -no-audio -partition-size 768 -no-snapshot -gpu auto -accel on -no-boot-anim -no-window".format(
avd, port
)
self.emulator = subprocess.Popen(cmd, shell=True)
Expand Down

0 comments on commit 7f0464c

Please sign in to comment.