OpenVR: Check if steam VR is installed, and if not, don't attempt to start up

Issue #182 resolved
Riot created an issue

As per https://github.com/ValveSoftware/openvr/issues/59, ~/.config/openvr/openvrpaths.vrpath must exist for OpenVR to function.

First check if ~/.config/openvr exists. If not, check if ~/.openvr/ exists. If so, symlink it to ~/.config/openvr. If not, abort OpenVR initialisation gracefully before it explodes into flames.

Comments (2)

  1. Log in to comment