Browse Source

No HeadsetType;

bjorn 4 years ago
parent
commit
76da592c6d
2 changed files with 197 additions and 413 deletions
  1. 197 383
      api/init.lua
  2. 0 30
      api/lovr/headset/HeadsetType.lua

File diff suppressed because it is too large
+ 197 - 383
api/init.lua


+ 0 - 30
api/lovr/headset/HeadsetType.lua

@@ -1,30 +0,0 @@
-return {
-  summary = 'Types of VR headsets.',
-  description = 'Types of headsets LÖVR recognizes.',
-  values = {
-    {
-      name = 'vive',
-      description = 'HTC Vive.'
-    },
-    {
-      name = 'rift',
-      description = 'Oculus Rift.'
-    },
-    {
-      name = 'go',
-      description = 'Oculus Go.'
-    },
-    {
-      name = 'gear',
-      description = 'Gear VR.'
-    },
-    {
-      name = 'windowsmr',
-      description = 'A Windows Mixed Reality headset.'
-    },
-    {
-      name = 'unknown',
-      description = 'An unknown headset.'
-    }
-  }
-}

Some files were not shown because too many files changed in this diff