Skip to content

Commit

Permalink
disable vulkan
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauumm committed Dec 24, 2024
1 parent 41371e2 commit e438f8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ function love.conf(t)

-- don't enable the audio module when rendering
t.modules.audio = not args.render

-- disable vulkan for now as it introduces an
-- immediately noticable amount of latency
-- TODO: make configurable
t.graphics.renderers = { "metal", "opengl" }
else
t.modules.data = true
t.modules.event = false
Expand Down

0 comments on commit e438f8e

Please sign in to comment.