Browse Source

Document values sometimes not being straight forward

pull/78/head
TechiePi 2 years ago
parent
commit
441ab930cf
  1. 3
      ctru-rs/src/mii.rs

3
ctru-rs/src/mii.rs

@ -169,6 +169,9 @@ pub struct MoleDetails {
} }
/// Represents all the data of a Mii /// Represents all the data of a Mii
///
/// Some values are not ordered _like_ the Mii Editor UI. The mapped values can be seen here:
/// <https://www.3dbrew.org/wiki/Mii#Mapped_Editor_.3C-.3E_Hex_values>
#[derive(Clone, Debug)] #[derive(Clone, Debug)]
pub struct MiiData { pub struct MiiData {
pub options: MiiDataOptions, pub options: MiiDataOptions,

Loading…
Cancel
Save