Use multiple cores by default

This commit is contained in:
Dave Davenport 2016-12-17 19:59:54 +01:00
parent 7d9ca64dd6
commit 9e4138831a
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ Settings config = {
.fullscreen = FALSE,
.fake_transparency = FALSE,
.dpi = -1,
.threads = 1,
.threads = 0,
.scrollbar_width = 8,
.scroll_method = 0,
.fake_background = "screenshot",