PMApp:GetFIRMLaunchParams

From 3dbrew
Revision as of 17:38, 12 April 2013 by Yellows8 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request

Index Word Description
0 Header code [0x00070042]
1 Size
2 (Size<<4) | 12
3 Output buffer ptr

Response

Index Word Description
0 Header code
1 Result code

Description

The size is clamped to 0x1000-bytes, then the mapped buffer for FIRM launch parameters is copied to the output buffer.