Filesystem services: Difference between revisions
Steveice10 (talk | contribs) Common types. |
Steveice10 (talk | contribs) m ProgramInfo and ProductInfo. |
||
Line 1,164: | Line 1,164: | ||
In this scenario, OpenFile returns a handle to the RomFS archive. | In this scenario, OpenFile returns a handle to the RomFS archive. | ||
== ProgramInfo == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 | |||
| 0x8 | |||
| Program ID | |||
|- | |||
| 0x8 | |||
| 0x1 | |||
| [[Filesystem_services#MediaType|Media Type]] | |||
|- | |||
| 0xC | |||
| 0x4 | |||
| Reserved | |||
|} | |||
== ProductInfo == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 | |||
| 0x10 | |||
| Product Code | |||
|- | |||
| 0x10 | |||
| 0x2 | |||
| Company Code | |||
|- | |||
| 0x12 | |||
| 0x2 | |||
| Remaster Version | |||
|} | |||
=Errors= | =Errors= | ||
See [[Filesystem_services_PXI]]. | See [[Filesystem_services_PXI]]. |