Skip to content

Commit

Permalink
Less problem in virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Oct 5, 2024
1 parent 919f68d commit 0c1d5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigbashview/usr/lib/bbv/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def formatter(prog):
print('Please install PySide6')
sys.exit(1)

flags = ('--ignore-gpu-blocklist --disable-logging --no-sandbox --single-process --disable-gpu-sandbox --in-process-gpu '
flags = ('--disable-logging --no-sandbox --single-process --disable-gpu-sandbox --in-process-gpu '
'--autoplay-policy=no-user-gesture-required --disable-back-forward-cache --disable-breakpad '
'--aggressive-cache-discard --disable-features=BackForwardCache,CacheCodeOnIdle,ConsumeCodeCacheOffThread')
if args.gpu:
Expand Down

0 comments on commit 0c1d5d4

Please sign in to comment.