ACTU:GetMiiImage
Revision as of 16:04, 18 January 2025 by TimmSkiller (talk | contribs) (Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0008|3|2}} {{IPC/RequestEntry|Output Mii image buffer size}} {{IPC/RequestEntry|u8, Mii index}} {{IPC/RequestEntry|u8, Account...")
RequestEdit
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Output Mii image buffer size | ||||||||
2 | u8, Mii index | ||||||||
3 | u8, Account slot | ||||||||
4 | Descriptor for mapping a write-only buffer in the target process | ||||||||
5 | Output Mii image buffer pointer |
ResponseEdit
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code | ||||||||
2 | Mii image size | ||||||||
3 | Descriptor for mapping a write-only buffer in the target process | ||||||||
4 | Output Mii image buffer pointer |
DescriptionEdit
Returns the Mii image for the given account slot.
The returned image data is 128x128 and in the TGA format.