The open source OpenXR runtime
0
fork

Configure Feed

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

ipc: Set xdev_count on xrt_system_devices

+1
+1
src/xrt/ipc/client/ipc_client_instance.c
··· 207 207 usysd->base.xdevs[i] = ii->xdevs[i]; 208 208 ii->xdevs[i] = NULL; 209 209 } 210 + usysd->base.xdev_count = ii->xdev_count; 210 211 ii->xdev_count = 0; 211 212 212 213 #define SET_ROLE(ROLE) \