mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-03 21:26:36 +00:00
d/ohmd: Rotate rift s display right, not left
This commit is contained in:
parent
2efba6451e
commit
a2b67ab3fe
|
@ -350,7 +350,7 @@ get_info(struct oh_device *ohd, const char *prod)
|
|||
|
||||
if (strcmp(prod, "Rift S") == 0) {
|
||||
info.quirks.delay_after_initialization = true;
|
||||
info.quirks.rotate_lenses_left = true;
|
||||
info.quirks.rotate_lenses_right = true;
|
||||
}
|
||||
|
||||
/* Only the WVR2 display is rotated. OpenHMD can't easily tell us
|
||||
|
|
Loading…
Reference in a new issue