conf.lua 109 B

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