AM:GetImportTitleContextListFiltered: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Steveice10 (talk | contribs)
Steveice10 (talk | contribs)
mNo edit summary
Line 9: Line 9:
|-
|-
| 1
| 1
| Number of titleIDs
| Import Title Context Count
|-
|-
| 2
| 2
| u8 [[FS:OpenArchive#Mediatypes|Mediatype]]
| [[Filesystem_services#MediaType|Media Type]]
|-
|-
| 3
| 3
| Status mask (bit0 = include installing, bit1 = include awaiting finalization)
| Filter (bit0 = include installing, bit1 = include awaiting finalization)
|-
|-
| 4
| 4
| (TitleIDList_Size<<4) <nowiki>|</nowiki> 12
| (Import Title Context Count << 4) <nowiki>|</nowiki> 0xC
|-
|-
| 5
| 5
| TitleID list pointer
| Import Title Context IDs Output Pointer
|}
|}


Line 37: Line 37:
|-
|-
| 2
| 2
| Total listed titleIDs
| Number of Read Import Title Context IDs
|}
|}

Revision as of 10:25, 17 April 2016

Request

Index Word Description
0 Header code [0x002400C2]
1 Import Title Context Count
2 Media Type
3 Filter (bit0 = include installing, bit1 = include awaiting finalization)
4 (Import Title Context Count << 4) | 0xC
5 Import Title Context IDs Output Pointer

Response

Index Word Description
0 Header code
1 Result code
2 Number of Read Import Title Context IDs