The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/psvr: Tidy code

+1 -1
+1 -1
src/xrt/drivers/psvr/psvr_packet.c
··· 47 47 *buffer += 2; 48 48 } 49 49 50 - inline static void 50 + inline static XRT_MAYBE_UNUSED void 51 51 read_i16(const uint8_t **buffer, int16_t *out_value) 52 52 { 53 53 *out_value = (*(*buffer + 0) << 0) | // Byte 0