lovr-playspace/conf.lua
SpookySkeletons 319120bfaf
conf: disable peek window to improve perf
The peek window is not zero copy, turn this off.
2023-09-26 16:11:57 -04:00

5 lines
70 B
Lua

function lovr.conf(t)
t.headset.overlay = true
t.window = false
end