Explorar o código

Fix simulator getName() return value

Josip Miskovic hai 3 meses
pai
achega
1686745529
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      api/lovr/headset/getName.lua

+ 1 - 1
api/lovr/headset/getName.lua

@@ -18,5 +18,5 @@ return {
       returns = { 'name' }
     }
   },
-  notes = 'The simulator driver name will always be `Simulator`.'
+  notes = 'When headset simulator is used this function returns `nil`.'
 }