Skip to content

Commit 6ef0a41

Browse files
committed
Remove --dawn-vulkan
1 parent 2e038a7 commit 6ef0a41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigbashview/usr/lib/bbv/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def formatter(prog):
270270
print('Please install PySide6')
271271
sys.exit(1)
272272

273-
flags = ('--disable-logging --no-sandbox --single-process --disable-gpu-sandbox --in-process-gpu --dawn-vulkan '
273+
flags = ('--disable-logging --no-sandbox --single-process --disable-gpu-sandbox --in-process-gpu '
274274
'--autoplay-policy=no-user-gesture-required --disable-back-forward-cache --disable-breakpad '
275275
'--aggressive-cache-discard --disable-features=BackForwardCache,CacheCodeOnIdle,ConsumeCodeCacheOffThread,WebRtcAllowInputVolumeAdjustment')
276276
if args.gpu:

0 commit comments

Comments
 (0)