The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

t/sdl_test: Fix SDL service

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2358>

+1
+1
src/xrt/targets/sdl_test/sdl_device.c
··· 78 78 // Name and type. 79 79 xdev->name = XRT_DEVICE_GENERIC_HMD; 80 80 xdev->device_type = XRT_DEVICE_TYPE_HMD; 81 + xdev->hmd->view_count = 2; 81 82 82 83 // Print name. 83 84 snprintf(xdev->str, XRT_DEVICE_NAME_LEN, "SDL HMD");