mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-06 07:06:10 +00:00
d/psvr: Correct screen size
This commit is contained in:
parent
acd2c50470
commit
473047962f
|
@ -791,7 +791,7 @@ psvr_device_create(struct hid_device_info *hmd_handle_info,
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct u_device_simple_info info;
|
struct u_device_simple_info info;
|
||||||
info.display.w_pixels = 1980;
|
info.display.w_pixels = 1920;
|
||||||
info.display.h_pixels = 1080;
|
info.display.h_pixels = 1080;
|
||||||
info.display.w_meters = 0.126; // from calculated specs
|
info.display.w_meters = 0.126; // from calculated specs
|
||||||
info.display.h_meters = 0.071;
|
info.display.h_meters = 0.071;
|
||||||
|
|
Loading…
Reference in a new issue