Function FRDA_UpdateMii

Source
pub unsafe extern "C" fn FRDA_UpdateMii(
    mii: *mut FriendMii,
    screenName: *mut MiiScreenName,
    profanityFlag: bool,
    characterSet: u8_,
) -> Result
Expand description

Updates the current user’s Mii.

§Arguments

  • mii - Pointer to the new Mii data to use.
  • screenName - Pointer to new screen name associated with the new Mii.
  • profanityFlag - Setting this to true will cause calls that return the screen name to replace it with question marks (‘?’) when profanityFlag is true in those calls.
  • characterSet - The character set to use for the screen name.