conf: disable peek window to improve perf
The peek window is not zero copy, turn this off.
This commit is contained in:
parent
cea807ac5c
commit
319120bfaf
1 changed files with 2 additions and 2 deletions
4
conf.lua
4
conf.lua
|
|
@ -1,4 +1,4 @@
|
|||
function lovr.conf(t)
|
||||
t.headset.overlay = true
|
||||
t.window.title = 'lovr-playspace'
|
||||
end
|
||||
t.window = false
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue