pub enum IrDeviceId {
CirclePadPro,
Custom(u32),
}Expand description
An enum which represents the different IR devices the 3DS can connect to via the ir:USER service.
pub enum IrDeviceId {
CirclePadPro,
Custom(u32),
}An enum which represents the different IR devices the 3DS can connect to via the ir:USER service.