diff --git a/ctru-rs/src/services/ir_user.rs b/ctru-rs/src/services/ir_user.rs index df35e99..788c02e 100644 --- a/ctru-rs/src/services/ir_user.rs +++ b/ctru-rs/src/services/ir_user.rs @@ -439,7 +439,7 @@ pub struct IrUserPacket { } /// Circle Pad Pro response packet holding the current device input signals and status. -#[derive(Debug)] +#[derive(Debug, Default)] pub struct CirclePadProInputResponse { pub c_stick_x: u16, pub c_stick_y: u16,