conf.lua 83 B

1234
  1. function lovr.conf(t)
  2. t.modules.graphics = false
  3. t.modules.headset = false
  4. end