FSReg:LoadProgram: Difference between revisions

Steveice10 (talk | contribs)
LoadProgram
 
Steveice10 (talk | contribs)
m Use common types.
 
Line 9: Line 9:
|-
|-
| 1-4
| 1-4
| ProgramInfo struct
| [[Filesystem_services#ProgramInfo|Program Info]]
|}
|}


Line 26: Line 26:
| 2-3
| 2-3
| u64, Program Handle
| u64, Program Handle
|}
=ProgramInfo=
{| class="wikitable" border="1"
|-
!  Offset
!  Size
!  Description
|-
| 0x0
| 0x8
| u64 programId
|-
| 0x8
| 0x1
| u8 mediatype
|-
| 0xC
| 0x4
| u32 reserved
|}
|}