AMPXI:GetTitleList: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Neimod (talk | contribs)
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00020082] |- | 1 | Title count |- | 2 | ? (always 0?) |- | 3 | (titlecount*8)<<8..."
 
Steveice10 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
|-
|-
| 2
| 2
| ? (always 0?)
| [[Filesystem_services#MediaType|MediaType]]
|-
|-
| 3
| 3
| (titlecount*8)<<8 <nowiki>|</nowiki> 4
| (TitleCount * 8) << 8 <nowiki>|</nowiki> 4
|-
|-
| 4
| 4
| Pointer to buffer that will receive list with titleid's
| Title IDs output pointer
|}
|}



Latest revision as of 02:38, 10 January 2016

Request

Index Word Description
0 Header code [0x00020082]
1 Title count
2 MediaType
3 (TitleCount * 8) << 8 | 4
4 Title IDs output pointer

Response

Index Word Description
0 Header code [0x00020080]
1 Result code
2 Number of entries returned