The open source OpenXR runtime
0
fork

Configure Feed

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

d/ohmd: Add display left rotation for Oculus Rift DK2

+5
+1
doc/changes/drivers/mr.628.md
··· 1 + openhmd: Rotate DK2 display correctly.
+4
src/xrt/drivers/ohmd/oh_device.c
··· 344 344 info.quirks.video_distortion_none = true; 345 345 } 346 346 347 + if (strcmp(prod, "Rift (DK2)") == 0) { 348 + info.quirks.rotate_lenses_left = true; 349 + } 350 + 347 351 if (strcmp(prod, "Rift (CV1)") == 0) { 348 352 info.quirks.delay_after_initialization = true; 349 353 }