Skip to content

Commit

Permalink
Document Quirk_Conformance_ExtensionCount
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jul 22, 2024
1 parent 96d4978 commit d869776
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,3 +321,11 @@ To disable pinch gestures, use the `PinchToClick` and `PinchToScroll` settings i
### VirtualControllerInteractionProfilePath

STRING: OpenXR path to the interaction profile of the emulated controllers.

### Quirk_Conformance_ExtensionCount

DWORD:
- 1: enabled (default)
- 0: disabled

As of 2024-07-22, the Meta Link PTC runtime has a bug where it inappropriately returns `XR_ERROR_SIZE_INSUFFICIENT` from `xrEnumerateInstanceExtensionProperties()` when `propertyCapacityInput` is 0; this registry setting enables/disables a workaround, which (incorrectly) makes HTCC consider `XR_ERROR_SIZE_INSUFFICIENT` to also indicate success for this call.

0 comments on commit d869776

Please sign in to comment.