d/steamvr_lh: handle unknown role hints

This commit is contained in:
BabbleBones 2023-10-24 09:08:30 -04:00
parent d5eeb65af9
commit 3aa2386950

View file

@ -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;
}
}