Ensure Quest 2 STAYS at 90 hz

VrApi was unnecessarily reducing it to 72hz!
This commit is contained in:
Simon 2020-12-12 11:49:23 +00:00
parent 8a77c03073
commit dba88780fd

View file

@ -1577,6 +1577,9 @@ void RTCWVR_FrameSetup()
{
//Use floor based tracking space
vrapi_SetTrackingSpace(gAppState.Ovr, VRAPI_TRACKING_SPACE_LOCAL_FLOOR);
//Set framerate so VrApi doesn't change it on us..
vrapi_SetDisplayRefreshRate(gAppState.Ovr,maximumSupportedFramerate);
}
void RTCWVR_processHaptics() {