mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-26 17:37:34 +00:00
d/steamvr_lh: try new beta driver internal interface
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2361>
This commit is contained in:
parent
d569c0d27c
commit
7e19da6233
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue