Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SteamVR driver bug in the new motion smoothing beta #130

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 26, 2018

  1. Fix SteamVR driver bug in the new motion smoothing beta

    The driver for Vive implements both IVRServerDriverHost_004 and IVRServerDriverHost_005. Since the Vive driver is always included with SteamVR, it makes no sense to have more than one interface version. The v4 sends garbage and made the driver crash, so we're just ignoring that call when we get a string with a very small pointer, or a device class that is not a small positive number.
    DiThi committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    d16416d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2018

  1. Configuration menu
    Copy the full SHA
    3c41c3a View commit details
    Browse the repository at this point in the history