mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-07 15:10:30 +00:00
d/android: Use XRT_DEVICE_GENERIC_HMD device name.
This commit is contained in:
parent
a3e5daaa18
commit
cf2fe0e2c3
|
@ -235,7 +235,7 @@ android_device_create()
|
|||
struct android_device *d =
|
||||
U_DEVICE_ALLOCATE(struct android_device, flags, 1, 0);
|
||||
|
||||
d->base.name = XRT_DEVICE_ANDROID;
|
||||
d->base.name = XRT_DEVICE_GENERIC_HMD;
|
||||
d->base.destroy = android_device_destroy;
|
||||
d->base.update_inputs = android_device_update_inputs;
|
||||
d->base.get_tracked_pose = android_device_get_tracked_pose;
|
||||
|
|
Loading…
Reference in a new issue