The open source OpenXR runtime

d/steamvr_lh: expose IVRPaths_002

Fixes the driver segfaulting as of SteamVR 2.13.

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2624>

+3
+3
src/xrt/drivers/steamvr_lh/steamvr_lh.cpp
··· 162 162 MATCH_INTERFACE(vr::IVRDriverManager_Version, &man); 163 163 MATCH_INTERFACE(vr::IVRBlockQueue_Version, &blockqueue); 164 164 MATCH_INTERFACE(vr::IVRPaths_Version, &paths); 165 + // This version of the interface is not in a public header. 166 + // Luckily it seems to be compatible with the previous version. 167 + MATCH_INTERFACE("IVRPaths_002", &paths); 165 168 166 169 // Internal interfaces 167 170 MATCH_INTERFACE("IVRServer_XXX", &server);