proton: Be quiet if steamvr is missing

This commit is contained in:
Andrew Eikum 2020-01-13 13:55:28 -06:00
parent 2ff8644b5b
commit 4b08e7a1ae

3
proton
View File

@ -555,7 +555,8 @@ class Session:
if vr_log is None:
vr_log = j["log"][0]
except (TypeError, ValueError, OSError):
log("Missing or invalid openvrpaths.vrpath file! " + str(sys.exc_info()[1]))
#log("Missing or invalid openvrpaths.vrpath file! " + str(sys.exc_info()[1]))
pass
makedirs(g_compatdata.prefix_dir + "/drive_c/users/steamuser/Local Settings/Application Data/openvr")