Skip to content

Commit

Permalink
Bump Oculus SDK to 1.30 (#2921)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin committed Mar 4, 2020
1 parent dbec623 commit 143852c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions app/src/oculusvr/cpp/DeviceDelegateOculusVR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ struct DeviceDelegateOculusVR::State {
} else if ((type >= VRAPI_DEVICE_TYPE_OCULUSQUEST_START) && (type <= VRAPI_DEVICE_TYPE_OCULUSQUEST_END)) {
VRB_DEBUG("Detected Oculus Quest");
deviceType = device::OculusQuest;
} else if ((type >= VRAPI_DEVICE_TYPE_GEARVR_START) && (type <= VRAPI_DEVICE_TYPE_GEARVR_END)) {
VRB_DEBUG("Detected Gear VR");
appId = OCULUS_3DOF_APP_ID;
} else {
VRB_DEBUG("Detected Unknown Oculus device");
}
Expand Down
2 changes: 1 addition & 1 deletion third_party_hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
424a7ef720090c2f1f167f9c23ee5a8c57408d6f
9430d0b729ccd09ed1641798090552769942b351

0 comments on commit 143852c

Please sign in to comment.