mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
d/ns: fix resolution from 2880x1440 to 2880x1600
This commit is contained in:
parent
c6a3dec08e
commit
f09e02c517
|
@ -477,7 +477,7 @@ ns_hmd_create(const char *config_path)
|
|||
// Setup info.
|
||||
struct u_device_simple_info info;
|
||||
info.display.w_pixels = 2880;
|
||||
info.display.h_pixels = 1440;
|
||||
info.display.h_pixels = 1600;
|
||||
info.display.w_meters = 0.13f;
|
||||
info.display.h_meters = 0.07f;
|
||||
info.lens_horizontal_separation_meters = 0.13f / 2.0f;
|
||||
|
|
Loading…
Reference in a new issue