mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
d/steamvr_lh: handle unknown role hints
This commit is contained in:
parent
d5eeb65af9
commit
3aa2386950
|
@ -789,6 +789,8 @@ ControllerDevice::handle_property_write(const vr::PropertyWrite_t &prop)
|
|||
break;
|
||||
}
|
||||
default: {
|
||||
this->device_type = XRT_DEVICE_TYPE_UNKNOWN;
|
||||
DEV_WARN("requested unimplemented role hint %i", this->device_type);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue