Browse Source

Fix simulator getName() return value

Josip Miskovic 1 month ago
parent
commit
1686745529
1 changed files with 1 additions and 1 deletions
  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`.'
 }