Difference between revisions of "AM:GetDLCTitleInfos"

From 3dbrew
Jump to navigation Jump to search
m (Shinyquagsire23 moved page AM:GetDataTitleInfos to AM:GetDLCTitleInfos: "Data" is a bit vague here, the function specifically checks for 0004008C which is the DLC TID high)
(No difference)

Revision as of 19:30, 26 October 2017

Request

Index Word Description
0 Header code [0x10050084]
1 Media Type
2 Title Count
3 ((Title Count * 8) << 4) | 0xA
4 Title IDs Input Pointer
5 ((Title Count * 0x18) << 4) | 0xC
6 Title Infos Output Pointer

Response

Index Word Description
0 Header code
1 Result code
2 ((Title Count * 8) << 4) | 0xA
3 Title IDs Pointer
4 ((Title Count * 0x18) << 4) | 0xC
5 Title Infos Pointer