libnx
v4.7.0
|
Wrapper for using the MiiEdit LibraryApplet. More...
Go to the source code of this file.
Data Structures | |
struct | MiiLaAppletInput |
AppletInput. More... | |
struct | MiiLaAppletOutput |
AppletOutput. More... | |
struct | MiiLaAppletOutputForCharInfoEditing |
AppletOutputForCharInfoEditing. More... | |
Enumerations | |
enum | MiiLaAppletMode { MiiLaAppletMode_ShowMiiEdit = 0 , MiiLaAppletMode_AppendMii = 1 , MiiLaAppletMode_AppendMiiImage = 2 , MiiLaAppletMode_UpdateMiiImage = 3 , MiiLaAppletMode_CreateMii = 4 , MiiLaAppletMode_EditMii = 5 } |
AppletMode. More... | |
Functions | |
Result | miiLaShowMiiEdit (MiiSpecialKeyCode special_key_code) |
Launches the applet for ShowMiiEdit. More... | |
Result | miiLaAppendMii (MiiSpecialKeyCode special_key_code, s32 *index) |
Launches the applet for AppendMii. More... | |
Result | miiLaAppendMiiImage (MiiSpecialKeyCode special_key_code, const Uuid *valid_uuid_array, s32 count, s32 *index) |
Launches the applet for AppendMiiImage. More... | |
Result | miiLaUpdateMiiImage (MiiSpecialKeyCode special_key_code, const Uuid *valid_uuid_array, s32 count, Uuid used_uuid, s32 *index) |
Launches the applet for UpdateMiiImage. More... | |
Result | miiLaCreateMii (MiiSpecialKeyCode special_key_code, MiiCharInfo *out_char) |
Launches the applet for CreateMii. More... | |
Result | miiLaEditMii (MiiSpecialKeyCode special_key_code, const MiiCharInfo *in_char, MiiCharInfo *out_char) |
Launches the applet for EditMii. More... | |
Wrapper for using the MiiEdit LibraryApplet.
enum MiiLaAppletMode |
Result miiLaAppendMii | ( | MiiSpecialKeyCode | special_key_code, |
s32 * | index | ||
) |
Launches the applet for AppendMii.
[in] | special_key_code | MiiSpecialKeyCode |
[out] | index | Output Index. |
Result miiLaAppendMiiImage | ( | MiiSpecialKeyCode | special_key_code, |
const Uuid * | valid_uuid_array, | ||
s32 | count, | ||
s32 * | index | ||
) |
Launches the applet for AppendMiiImage.
[in] | special_key_code | MiiSpecialKeyCode |
[in] | valid_uuid_array | Input array of Uuid. |
[in] | count | Total entries for the valid_uuid_array. Must be 0-8. |
[out] | index | Output Index. |
Result miiLaCreateMii | ( | MiiSpecialKeyCode | special_key_code, |
MiiCharInfo * | out_char | ||
) |
Launches the applet for CreateMii.
[in] | special_key_code | MiiSpecialKeyCode |
[out] | out_char | MiiCharInfo |
Result miiLaEditMii | ( | MiiSpecialKeyCode | special_key_code, |
const MiiCharInfo * | in_char, | ||
MiiCharInfo * | out_char | ||
) |
Launches the applet for EditMii.
[in] | special_key_code | MiiSpecialKeyCode |
[in] | in_char | MiiCharInfo |
[out] | out_char | MiiCharInfo |
Result miiLaShowMiiEdit | ( | MiiSpecialKeyCode | special_key_code | ) |
Launches the applet for ShowMiiEdit.
[in] | special_key_code | MiiSpecialKeyCode |
Result miiLaUpdateMiiImage | ( | MiiSpecialKeyCode | special_key_code, |
const Uuid * | valid_uuid_array, | ||
s32 | count, | ||
Uuid | used_uuid, | ||
s32 * | index | ||
) |
Launches the applet for UpdateMiiImage.
[in] | special_key_code | MiiSpecialKeyCode |
[in] | valid_uuid_array | Input array of Uuid. |
[in] | count | Total entries for the valid_uuid_array. Must be 0-8. |
[in] | used_uuid | UsedUuid |
[out] | index | Output Index. |