mirror of
https://github.com/DrBeef/RTCWQuest.git
synced 2025-04-22 23:11:02 +00:00
Ensure Quest 2 STAYS at 90 hz
VrApi was unnecessarily reducing it to 72hz!
This commit is contained in:
parent
8a77c03073
commit
dba88780fd
1 changed files with 3 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue