mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +01:00
proton: Be quiet if steamvr is missing
This commit is contained in:
parent
2ff8644b5b
commit
4b08e7a1ae
1 changed files with 2 additions and 1 deletions
3
proton
3
proton
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue