Files
ppsspp/Common
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-04-02 16:37:04 -07:00
2022-12-10 10:40:32 -08:00
2021-05-14 22:46:03 -07:00
2022-06-19 16:47:02 +02:00
2022-04-23 22:52:28 +02:00
2022-01-29 18:39:21 -08:00
2022-04-23 22:52:28 +02:00
2021-03-02 21:14:09 -08:00
2021-07-31 03:03:13 +10:00
2021-12-07 21:28:39 +01:00
2022-04-08 11:55:49 +02:00