mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 15:30:35 +00:00
OpenXR - Invalid operation removed
This commit is contained in:
parent
a6bf49949d
commit
5addc77258
@ -708,7 +708,6 @@ bool StartVRRender() {
|
||||
|
||||
float M[16];
|
||||
XrQuaternionf_ToMatrix4f(&invView.orientation, M);
|
||||
memcpy(&M, M, sizeof(float) * 16);
|
||||
|
||||
// Apply 6Dof head movement
|
||||
if (!flatScreen && g_Config.bEnable6DoF && !g_Config.bHeadRotationEnabled && (g_Config.iCameraPitch == 0)) {
|
||||
|
Loading…
Reference in New Issue
Block a user