mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 775308 - Enable GPU acceleration in the emulator used by Marionette, r=jgriffin, DONTBUILD because NPOTB
This commit is contained in:
parent
f480ac0a64
commit
ccba8594b2
@ -133,6 +133,7 @@ class Emulator(object):
|
||||
'-partition-size', '512',
|
||||
'-verbose',
|
||||
'-skin', self.res,
|
||||
'-gpu', 'on',
|
||||
'-qemu'] + self.tail_args)
|
||||
return qemuArgs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user