Struct ctru_sys::MiiSelectorConf
source · #[repr(C)]pub struct MiiSelectorConf {Show 13 fields
pub enable_cancel_button: u8_,
pub enable_selecting_guests: u8_,
pub show_on_top_screen: u8_,
pub _unk0x3: [u8_; 5],
pub title: [u16_; 64],
pub _unk0x88: [u8_; 4],
pub show_guest_page: u8_,
pub _unk0x8D: [u8_; 3],
pub initial_index: u32_,
pub mii_guest_whitelist: [u8_; 6],
pub mii_whitelist: [u8_; 100],
pub _unk0xFE: u16_,
pub magic: u32_,
}
Expand description
Parameter structure passed to AppletEd
Fields§
< Enables canceling of selection if nonzero.
enable_selecting_guests: u8_
< Makes Guets Miis selectable if nonzero.
show_on_top_screen: u8_
< Shows applet on top screen if nonzero, < otherwise show it on the bottom screen.
_unk0x3: [u8_; 5]
<
title: [u16_; 64]
< UTF16-LE string displayed at the top of the applet. If < set to the empty string, a default title is displayed.
_unk0x88: [u8_; 4]
<
show_guest_page: u8_
< If nonzero, the applet shows a page with Guest < Miis on launch.
_unk0x8D: [u8_; 3]
<
initial_index: u32_
< Index of the initially selected Mii. If < MiiSelectorConf.show_guest_page is < set, this is the index of a Guest Mii, < otherwise that of a user Mii.
mii_guest_whitelist: [u8_; 6]
< Each byte set to a nonzero value < enables its corresponding Guest < Mii to be enabled for selection.
mii_whitelist: [u8_; 100]
< Each byte set to a nonzero value enables < its corresponding user Mii to be enabled < for selection.
_unk0xFE: u16_
<
magic: u32_
< Will be set to MIISELECTOR_MAGIC before launching the < applet.
Trait Implementations§
source§impl Clone for MiiSelectorConf
impl Clone for MiiSelectorConf
source§fn clone(&self) -> MiiSelectorConf
fn clone(&self) -> MiiSelectorConf
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more