mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-09-22 17:28:39 +00:00
feat: add Lynx R1 to device prober (still no ids)
This commit is contained in:
parent
5c31c1ba67
commit
c22633c78f
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,7 @@ pub enum PhysicalXRDevice {
|
|||
PicoG24K,
|
||||
PicoNeo3Pro,
|
||||
Pico4,
|
||||
LynxR1,
|
||||
}
|
||||
|
||||
impl Display for PhysicalXRDevice {
|
||||
|
@ -82,6 +83,7 @@ impl Display for PhysicalXRDevice {
|
|||
Self::PicoG24K => "Pico G2 4K",
|
||||
Self::PicoNeo3Pro => "Pico Neo 3 Pro",
|
||||
Self::Pico4 => "PICO 4",
|
||||
Self::LynxR1 => "Lynx R1",
|
||||
})
|
||||
}
|
||||
}
|
||||
|
@ -109,6 +111,7 @@ impl PhysicalXRDevice {
|
|||
Self::PicoG24K => Some(wivrn_profile()),
|
||||
Self::PicoNeo3Pro => Some(wivrn_profile()),
|
||||
Self::Pico4 => Some(wivrn_profile()),
|
||||
Self::LynxR1 => Some(wivrn_profile()),
|
||||
_ => None,
|
||||
// Self::HTCViveCosmos => "HTC Vive Cosmos",
|
||||
// Self::OculusRift => "Oculus Rift",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue