Browse Source

add "see also"

pull/161/head
Lena 10 months ago
parent
commit
e6dddff3c3
No known key found for this signature in database
GPG Key ID: 5A940B96C2DA3683
  1. 2
      ctru-rs/src/services/apt.rs

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

@ -158,6 +158,8 @@ impl<'a> Chainloader<'a> { @@ -158,6 +158,8 @@ impl<'a> Chainloader<'a> {
}
/// Configures the chainloader to launch a specific application.
///
/// See also [super::am::Title]
#[doc(alias = "aptSetChainloader")]
pub fn set(&mut self, title: &super::am::Title<'_>) {
unsafe { ctru_sys::aptSetChainloader(title.id(), title.media_type() as u8) }

Loading…
Cancel
Save