From 7e19da62332ba781a1e8ed79f9edb011e7b3609d Mon Sep 17 00:00:00 2001 From: Bones Date: Sun, 17 Nov 2024 04:06:54 -0500 Subject: [PATCH] d/steamvr_lh: try new beta driver internal interface Part-of: --- src/xrt/drivers/steamvr_lh/steamvr_lh.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xrt/drivers/steamvr_lh/steamvr_lh.cpp b/src/xrt/drivers/steamvr_lh/steamvr_lh.cpp index cd70724fc..1ae446072 100644 --- a/src/xrt/drivers/steamvr_lh/steamvr_lh.cpp +++ b/src/xrt/drivers/steamvr_lh/steamvr_lh.cpp @@ -146,6 +146,7 @@ Context::GetGenericInterface(const char *pchInterfaceVersion, vr::EVRInitError * // Internal interfaces MATCH_INTERFACE("IVRServer_XXX", &server); + MATCH_INTERFACE("IVRServerInternal_XXX", &server); return nullptr; }