Difference between revisions of "PMApp:GetFIRMLaunchParams"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00070042] |- | 1 | Size |- | 2 | <nowiki>(Size<<4) | 12</nowiki> |- | 3 | Output...") |
Steveice10 (talk | contribs) m |
||
Line 12: | Line 12: | ||
|- | |- | ||
| 2 | | 2 | ||
− | | | + | | (Size << 4) <nowiki>|</nowiki> 0xC |
|- | |- | ||
| 3 | | 3 | ||
− | | | + | | FIRM Parameters Pointer |
|} | |} | ||
Latest revision as of 03:44, 20 January 2016
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x00070042] |
1 | Size |
2 | (Size << 4) | 0xC |
3 | FIRM Parameters Pointer |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description[edit]
The size is clamped to 0x1000-bytes, then the mapped buffer for FIRM launch parameters is copied to the output buffer.