Files
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
..
2022-11-06 17:40:41 +01:00
2022-12-07 21:19:33 +01:00
2022-11-17 18:26:18 +01:00
2022-11-17 18:26:18 +01:00
2022-11-06 14:37:56 +01:00
2022-09-01 18:08:08 +02:00
2022-11-21 14:54:48 +01:00