소스 검색

No HeadsetType;

bjorn 4 년 전
부모
커밋
76da592c6d
2개의 변경된 파일197개의 추가작업 그리고 413개의 파일을 삭제
  1. 197 383
      api/init.lua
  2. 0 30
      api/lovr/headset/HeadsetType.lua

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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.'
-    }
-  }
-}

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.