Browse Source

Fix typo in play_shutter_sound docs

Co-authored-by: FenrirWolf <fenrirwolf@gmail.com>
pull/134/head
Meziu 1 year ago committed by GitHub
parent
commit
47e3a73e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ctru-rs/src/services/cam.rs

2
ctru-rs/src/services/cam.rs

@ -978,7 +978,7 @@ impl Cam {
/// ///
/// # Notes /// # Notes
/// ///
/// Playing the shutter sound does not require a liviving handle to the [`Ndsp`](crate::services::ndsp::Ndsp) service. /// Playing the shutter sound does not require a living handle to the [`Ndsp`](crate::services::ndsp::Ndsp) service.
/// Volume will always be maxed out to ensure everyone within photo range can hear the picture being taken (as by japanese law). /// Volume will always be maxed out to ensure everyone within photo range can hear the picture being taken (as by japanese law).
/// ///
/// # Example /// # Example

Loading…
Cancel
Save