We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52395e commit c2f880fCopy full SHA for c2f880f
modules/VR/iAVRModuleInterface.cpp
@@ -70,7 +70,8 @@ void iAVRModuleInterface::info()
70
DEBUG_LOG(QString("VR Information:"));
71
DEBUG_LOG(QString(" Head-mounted display present: %1").arg(vr::VR_IsHmdPresent() ? "yes" : "no"));
72
DEBUG_LOG(QString(" Is Runtime installed: %1").arg(vr::VR_IsRuntimeInstalled() ? "yes" : "no"));
73
- DEBUG_LOG(QString(" OpenVR runtime path: %1").arg(vr::VR_RuntimePath()));
+ //DEBUG_LOG(QString(" OpenVR runtime path: %1").arg(vr::VR_RuntimePath()));
74
+//#if (vr::k_nSteamVRVersionMajor > 1 || (vr::k_nSteamVRVersionMajor == 1 && k_nSteamVRVersionMinor >= 4))?
75
76
vr::EVRInitError eError = vr::VRInitError_None;
77
auto pHMD = vr::VR_Init(&eError, vr::VRApplication_Scene);
0 commit comments