The open source OpenXR runtime
0
fork

Configure Feed

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

add 'Vive MV.' model_number variant

+1
+1
src/xrt/auxiliary/vive/vive_config.c
··· 232 232 d->variant = VIVE_VARIANT_INDEX; 233 233 VIVE_DEBUG(d, "Found Valve Index HMD"); 234 234 } else if (strcmp(d->firmware.model_number, "Vive MV") == 0 || 235 + strcmp(d->firmware.model_number, "Vive MV.") == 0 || 235 236 strcmp(d->firmware.model_number, "Vive. MV") == 0) { 236 237 d->variant = VIVE_VARIANT_VIVE; 237 238 VIVE_DEBUG(d, "Found HTC Vive HMD");