Bug 775308 - Enable GPU acceleration in the emulator used by Marionette, r=jgriffin, DONTBUILD because NPOTB

This commit is contained in:
Marshall Culpepper 2012-07-18 15:16:31 -07:00
parent 0f84266c79
commit 75a9b983ba

View File

@ -133,6 +133,7 @@ class Emulator(object):
'-partition-size', '512',
'-verbose',
'-skin', self.res,
'-gpu', 'on',
'-qemu'] + self.tail_args)
return qemuArgs