mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
OpenXR - Ignore should render parameter
This commit is contained in:
parent
f8b16a38a2
commit
4fa7bbfc40
1 changed files with 0 additions and 3 deletions
|
@ -250,9 +250,6 @@ bool VR_InitFrame( engine_t* engine ) {
|
|||
|
||||
OXR(xrWaitFrame(engine->appState.Session, &waitFrameInfo, &frameState));
|
||||
engine->predictedDisplayTime = frameState.predictedDisplayTime;
|
||||
if (!frameState.shouldRender) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Get the HMD pose, predicted for the middle of the time period during which
|
||||
// the new eye images will be displayed. The number of frames predicted ahead
|
||||
|
|
Loading…
Add table
Reference in a new issue