From 9832c8a45024d9d60f3bf77d9e30316c8698fd9b Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Mon, 27 Mar 2023 19:35:44 +0200 Subject: [PATCH] Remove obsolete docs --- ctru-rs/src/services/ndsp/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ctru-rs/src/services/ndsp/mod.rs b/ctru-rs/src/services/ndsp/mod.rs index 5873fcb..4c0ad37 100644 --- a/ctru-rs/src/services/ndsp/mod.rs +++ b/ctru-rs/src/services/ndsp/mod.rs @@ -32,7 +32,6 @@ pub enum AudioFormat { } /// Representation of volume mix for a channel. -/// Each member is made up of 2 values, the first is for the "left" channel, while the second is for the "right" channel. #[derive(Copy, Clone, Debug)] pub struct AudioMix { raw: [f32; 12],