mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 775308 - Enable GPU acceleration in the emulator used by Marionette, r=jgriffin, DONTBUILD because NPOTB
This commit is contained in:
parent
0f84266c79
commit
75a9b983ba
@ -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