ppsspp/Common/VR
Jan Beich 6a9334e6f0 OpenXR - Correct NULL type for XrSession
Common/VR/VRBase.cpp:220:30: error: assigning to 'XrSession' (aka 'unsigned long long') from incompatible type 'nullptr_t'
                engine->appState.Session = NULL;
                                           ^~~~
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
 #define NULL    nullptr
                 ^~~~~~~
2022-12-15 15:31:09 +00:00
..
OpenXRLoader.cpp UWP build fix. Had to reshuffle some stuff and compile some Vulkan files. 2022-11-06 15:54:00 +01:00
OpenXRLoader.h Windows ARM/ARM64 buildfix 2022-11-06 17:40:41 +01:00
PPSSPPVR.cpp OpenXR - Allow to put HUD out of the screen 2022-12-10 21:36:39 +01:00
PPSSPPVR.h OpenXR - Release keys on activation of camera adjust 2022-12-10 21:31:39 +01:00
VRBase.cpp OpenXR - Correct NULL type for XrSession 2022-12-15 15:31:09 +00:00
VRBase.h OpenXR - SDK updated 2022-12-07 21:19:33 +01:00
VRFramebuffer.cpp OpenXR - Cursor aspect ratio 2022-11-17 18:26:18 +01:00
VRFramebuffer.h OpenXR - Cursor aspect ratio 2022-11-17 18:26:18 +01:00
VRInput.cpp Typo fix 2022-11-06 14:37:56 +01:00
VRInput.h OpenXR - Emulate mouse cursor 2022-09-01 18:08:08 +02:00
VRMath.cpp OpenXR - Do not apply head rotation on identity matrix 2022-11-09 17:59:14 +01:00
VRMath.h OpenXR - Do not apply head rotation on identity matrix 2022-11-09 17:59:14 +01:00
VRRenderer.cpp One more refactoring step 2022-11-21 14:54:48 +01:00
VRRenderer.h OpenXR - Force PSP menu aspect ratio 2022-11-17 17:30:29 +01:00