Add graphics table to conf;

This commit is contained in:
bjorn 2022-04-26 22:48:51 -07:00
parent 39418b8393
commit c2e9ff3c32
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ function lovr.boot()
start = true,
spatializer = nil
},
graphics = {
debug = false
},
headset = {
drivers = { 'openxr', 'webxr', 'desktop' },
supersample = false,