You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: alvr/session/src/settings.rs
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -602,6 +602,12 @@ Blend: corresponds to un-premultiplied alpha"))]
602
602
#[schema(gui(slider(min = 0.50, max = 0.99, step = 0.01)))]
603
603
pubbuffering_history_weight:f32,
604
604
605
+
#[schema(strings(
606
+
help = r"This works only on Windows. It shouldn't be disabled except in certain circumstances when you know the VR game will not meet the target framerate."
0 commit comments