d/ohmd: Add quirk for PSVR

The OpenHMD driver does not have any sensible panotools values
This commit is contained in:
Jakob Bornecrantz 2019-04-19 14:56:45 +01:00
parent 2d6b3c2113
commit e39260eb67

View file

@ -388,6 +388,10 @@ oh_device_create(ohmd_context *ctx,
quirk_video_distortion_none = true;
}
if (strcmp(prod, "PSVR") == 0) {
quirk_video_distortion_none = true;
}
// Which blend modes does the device support.
ohd->base.blend_mode = XRT_BLEND_MODE_OPAQUE;
if (quirk_video_see_through) {