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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

RequestEdit

Index Word Description
0
Header 0x000800C2 Cmd 0x0008 Param 3 Xlat 2
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
Header 0x00080082 Cmd 0x0008 Param 2 Xlat 2
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.