Skip to content
Snippets Groups Projects
Commit ab275a62 authored by Christoph Haag's avatar Christoph Haag Committed by Jakob Bornecrantz
Browse files

st/oxr: Use system name from xrt_device

parent 55ec2768
Branches
Tags
No related merge requests found
......@@ -124,6 +124,9 @@ oxr_system_get_properties(struct oxr_logger *log,
properties->vendorId = 42;
properties->systemId = sys->systemId;
properties->graphicsProperties.maxViewCount = 2;
snprintf(properties->systemName, XR_MAX_SYSTEM_NAME_SIZE, "Monado: %s", sys->device->name);
/*!
* @todo conforming implementations must support at
* leastXR_MIN_COMPOSITION_LAYERS_SUPPORTED layers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment