Difference between revisions of "AMPXI:GetTitleList"

From 3dbrew
Jump to navigation Jump to search
m
 
Line 12: Line 12:
 
|-
 
|-
 
| 2
 
| 2
| [[#Mediatypes|Mediatype]]
+
| [[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
 
|}
 
|}
  
Line 36: Line 36:
 
| Number of entries returned
 
| Number of entries returned
 
|}
 
|}
 
{{:Mediatypes}}
 

Latest revision as of 02:38, 10 January 2016

Request[edit]

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

Response[edit]

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