ACTU:GetMiiImage: Difference between revisions
Jump to navigation
Jump to search
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..." |
(No difference)
|
Latest revision as of 16:04, 18 January 2025
Request
| 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 |
Response
| 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 |
Description
Returns the Mii image for the given account slot.
The returned image data is 128x128 and in the TGA format.