The open source OpenXR runtime
0
fork

Configure Feed

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

t/common: List the simulated device

+5
+5
src/xrt/targets/common/target_builder_legacy.c
··· 115 115 #if defined(XRT_BUILD_DRIVER_HANDTRACKING) && defined(XRT_BUILD_DRIVER_DEPTHAI) 116 116 "ht", 117 117 #endif 118 + 119 + #if defined(XRT_BUILD_DRIVER_SIMULATED) 120 + "simulated", 121 + #endif 118 122 }; 123 + 119 124 120 125 /* 121 126 *