Difference between revisions of "AMPXI:GetTitleInfo"

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...")
 
Line 6: Line 6:
 
|-
 
|-
 
| 0
 
| 0
| Header code [0x00020082]
+
| Header code [0x00030084]
 
|-
 
|-
 
| 1
 
| 1
| Title count
+
| ? (always 0?)
 
|-
 
|-
 
| 2
 
| 2
| ? (always 0?)
+
| Title count
 
|-
 
|-
 
| 3
 
| 3
Line 18: Line 18:
 
|-
 
|-
 
| 4
 
| 4
| Pointer to buffer that will receive title info
+
| Pointer to buffer that contains title list, for which info needs to be retrieved
 +
|-
 +
| 5
 +
| (titlecount*24)<<8 <nowiki>|</nowiki> 0x14
 +
|-
 +
| 6
 +
| Pointer to buffer that will receive the title info
 
|}
 
|}
  
Line 28: Line 34:
 
|-
 
|-
 
| 0
 
| 0
| Header code [0x00020080]
+
| Header code [0x00030040]
 
|-
 
|-
 
| 1
 
| 1
 
| Result code
 
| Result code
|-
 
| 2
 
| Number of records returned
 
 
|}
 
|}
  
= Record data =
+
= Title info =
Each entry in the buffer is 8 bytes, and contains the title id.
+
Each entry in the buffer is 24 bytes, contents are currently unknown

Revision as of 03:55, 7 May 2012

Request

Index Word Description
0 Header code [0x00030084]
1 ? (always 0?)
2 Title count
3 (titlecount*8)<<8 | 4
4 Pointer to buffer that contains title list, for which info needs to be retrieved
5 (titlecount*24)<<8 | 0x14
6 Pointer to buffer that will receive the title info

Response

Index Word Description
0 Header code [0x00030040]
1 Result code

Title info

Each entry in the buffer is 24 bytes, contents are currently unknown