Difference between revisions of "AM:GetProgramInfos"

From 3dbrew
Jump to navigation Jump to search
m
m
Line 24: Line 24:
 
|-
 
|-
 
| 6
 
| 6
| Title Info Output Pointer
+
| [[Application_Manager_Services#TitleInfo|Title Infos]] Output Pointer
 
|}
 
|}
  
Line 38: Line 38:
 
| 1
 
| 1
 
| Result code
 
| Result code
|}
 
 
=Title Info=
 
{| class="wikitable" border="1"
 
|-
 
!  Offset
 
!  Length
 
!  Description
 
|-
 
| 0x0
 
| 0x8
 
| u64, Title ID
 
|-
 
| 0x8
 
| 0x8
 
| Total Title Size
 
|-
 
| 0x10
 
| 0x2
 
| Title Version
 
|-
 
| 0x12
 
| 0x6
 
| ?
 
 
|}
 
|}

Revision as of 21:26, 9 July 2016

Request

Index Word Description
0 Header code [0x00030084]
1 Media Type
2 Title Count
3 ((Title Count * 8) << 4) | 0xA
4 Title IDs Input Pointer
5 ((Title Count * 0x18) << 4) | 0xC
6 Title Infos Output Pointer

Response

Index Word Description
0 Header code
1 Result code