Update config for lovr 17.1 stable

This commit is contained in:
BabbleBones 2024-03-14 02:36:27 -04:00
parent 5c0a42b2e5
commit 93b6ecb0e1

View file

@ -1,4 +1,5 @@
function lovr.conf(t)
t.headset.overlay = 2
t.headset.overlay = true
t.headset.overlayOrder = 2
t.window = false
end