Difference between revisions of "AM:GetProgramInfos"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) m (Steveice10 moved page AMNet:ListTitles to AM:GetTitleInfo: Consistency) |
(get yourself a service who can map both?) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | | + | | [[Filesystem_services#MediaType|Media Type]] |
|- | |- | ||
| 2 | | 2 | ||
− | | | + | | Title Count |
|- | |- | ||
| 3 | | 3 | ||
− | | ( | + | | ((Title Count * 8) << 4) <nowiki>|</nowiki> 0xA |
|- | |- | ||
| 4 | | 4 | ||
− | | | + | | Title IDs Input Pointer |
|- | |- | ||
| 5 | | 5 | ||
− | | ( | + | | ((Title Count * 0x18) << 4) <nowiki>|</nowiki> 0xC |
|- | |- | ||
| 6 | | 6 | ||
− | | | + | | [[Application_Manager_Services#TitleInfo|Title Infos]] Output Pointer |
|} | |} | ||
Line 38: | Line 38: | ||
| 1 | | 1 | ||
| Result code | | Result code | ||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | + | | 2 | |
− | + | | ((Title Count * 8) << 4) <nowiki>|</nowiki> 0xA | |
− | |||
|- | |- | ||
− | | | + | | 3 |
− | | | + | | Title IDs Pointer |
− | |||
|- | |- | ||
− | | | + | | 4 |
− | | | + | | ((Title Count * 0x18) << 4) <nowiki>|</nowiki> 0xC |
− | | | ||
|- | |- | ||
− | | | + | | 5 |
− | | | + | | [[Application_Manager_Services#TitleInfo|Title Infos]] Pointer |
− | | Title | ||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Latest revision as of 05:01, 26 October 2017
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x00030084] |
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[edit]
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 |