Difference between revisions of "AMPXI:GetTitleList"

From 3dbrew
Jump to navigation Jump to search
(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...")
 
m
 
(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[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