mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
d/ohmd: Add quirk for PSVR
The OpenHMD driver does not have any sensible panotools values
This commit is contained in:
parent
2d6b3c2113
commit
e39260eb67
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue