Function ACTA_UpdateMiiImage

Source
pub unsafe extern "C" fn ACTA_UpdateMiiImage(
    accountSlot: u8_,
    miiImageType: u8_,
    image: *mut c_void,
    imageSize: u32_,
) -> Result
Expand description

Updates a Mii image of a specific account.

ยงArguments

  • accountSlot - The account slot number of the account to update the Mii image for.
  • miiImageType - The type of Mii image to update.
  • image - Pointer to the Mii image data to use.
  • imageSize - Size of the Mii image data.