diff --git a/src/device_prober.rs b/src/device_prober.rs index 9fed6e5..a611f89 100644 --- a/src/device_prober.rs +++ b/src/device_prober.rs @@ -113,7 +113,7 @@ impl PhysicalXRDevice { Self::Pico4 => Some(wivrn_profile()), Self::LynxR1 => Some(wivrn_profile()), Self::DellVisor => Some(wmr_profile()), - //self::AcerAH101 => Some(wmr_profile()), + // Self::AcerAH101 => Some(wmr_profile()), Self::HPWMR => Some(wmr_profile()), Self::HPReverbG1 => Some(wmr_profile()), Self::HPReverbG2 => Some(wmr_profile()), diff --git a/src/profiles/mod.rs b/src/profiles/mod.rs index 69cb878..4266673 100644 --- a/src/profiles/mod.rs +++ b/src/profiles/mod.rs @@ -2,4 +2,4 @@ pub mod lighthouse; pub mod openhmd; pub mod survive; pub mod wivrn; -pub mod wmr; \ No newline at end of file +pub mod wmr; diff --git a/src/profiles/wmr.rs b/src/profiles/wmr.rs index 2b2c4fd..7278ff5 100644 --- a/src/profiles/wmr.rs +++ b/src/profiles/wmr.rs @@ -1,6 +1,6 @@ use crate::{ constants::APP_NAME, - paths::{data_monado_path, data_opencomposite_path, data_basalt_path, get_data_dir}, + paths::{data_basalt_path, data_monado_path, data_opencomposite_path, get_data_dir}, profile::{ LighthouseDriver, Profile, ProfileFeature, ProfileFeatureType, ProfileFeatures, XRServiceType,