Difference between revisions of "FS:GetProductInfo"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x082E0040] |- | 1 | u32 processID |} =Response= {| class="wikitable" border="1" ...")
 
m (Put product info structure into data table.)
Line 22: Line 22:
 
|-
 
|-
 
| 1
 
| 1
| Resultcode
+
| Result code
 
|-
 
|-
| 2-5
+
| 2-6
| Product-code, originally from the [[NCCH]]
+
| ProductInfo
|-
 
| 6
 
| ?
 
 
|}
 
|}
  
 
=Description=
 
=Description=
 
This is an interface for [[Filesystem_services_PXI|FSPXI:GetProductInfo]].
 
This is an interface for [[Filesystem_services_PXI|FSPXI:GetProductInfo]].
 +
 +
=ProductInfo=
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Offset
 +
!  Size
 +
!  Description
 +
|-
 +
| 0x0
 +
| 0x10
 +
| Product Code
 +
|-
 +
| 0x10
 +
| 0x2
 +
| Company Code
 +
|-
 +
| 0x12
 +
| 0x2
 +
| u16, Remaster Version
 +
|}

Revision as of 06:59, 16 October 2015

Request

Index Word Description
0 Header code [0x082E0040]
1 u32 processID

Response

Index Word Description
0 Header code
1 Result code
2-6 ProductInfo

Description

This is an interface for FSPXI:GetProductInfo.

ProductInfo

Offset Size Description
0x0 0x10 Product Code
0x10 0x2 Company Code
0x12 0x2 u16, Remaster Version