mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 08:13:52 +02:00
Fix overlay fps, add capacity hard cap
This commit is contained in:
@@ -9986,9 +9986,14 @@ speechSynthesis.getVoices();
|
||||
isSteamVRRunning &&
|
||||
(isGameRunning || this.openVRAlways)
|
||||
) {
|
||||
AppApi.StartVR();
|
||||
var hmdOverlay = false;
|
||||
if (this.overlayNotifications || this.progressPie) {
|
||||
hmdOverlay = true;
|
||||
}
|
||||
// active, hmdOverlay, wristOverlay
|
||||
AppApi.SetVR(true, hmdOverlay, this.overlayWrist);
|
||||
} else {
|
||||
AppApi.StopVR();
|
||||
AppApi.SetVR(false, false, false);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user