Struct ctru::services::apt::Chainloader
source · pub struct Chainloader<'a> { /* private fields */ }
Expand description
Can launch other applications when the current one exits.
Implementations§
source§impl<'a> Chainloader<'a>
impl<'a> Chainloader<'a>
sourcepub fn set(&mut self, title: &Title<'_>)
pub fn set(&mut self, title: &Title<'_>)
Configures the chainloader to launch a specific application.
See also [Title
](crate::services::am::Title]
sourcepub fn set_to_caller(&mut self)
pub fn set_to_caller(&mut self)
Configures the chainloader to launch the previous application.
sourcepub fn set_to_self(&mut self)
pub fn set_to_self(&mut self)
Configures the chainloader to relaunch the current application (i.e. soft-reset)