mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
d/remote: Default to stereo
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194>
This commit is contained in:
parent
0d11937ae2
commit
d8a151ced9
|
@ -84,10 +84,10 @@ remote_open_system(struct xrt_builder *xb,
|
|||
|
||||
|
||||
int port = 4242;
|
||||
uint32_t view_count = 1;
|
||||
uint32_t view_count = 2;
|
||||
if (!get_settings(config, &port, &view_count)) {
|
||||
port = 4242;
|
||||
view_count = 1;
|
||||
view_count = 2;
|
||||
}
|
||||
|
||||
return r_create_devices(port, view_count, broadcast, out_xsysd, out_xso);
|
||||
|
|
Loading…
Reference in a new issue