APT:LoadSysMenuArg: Difference between revisions
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00360040] |- | 1 | Output size |} The following is located 0x100-bytes after th..." |
Steveice10 (talk | contribs) mNo edit summary |
||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
| Output | | Output Size | ||
|} | |} | ||
Line 19: | Line 19: | ||
|- | |- | ||
| 0 | | 0 | ||
| (Size<<14) <nowiki>|</nowiki> 2 | | (Output Size << 14) <nowiki>|</nowiki> 2 | ||
|- | |- | ||
| 1 | | 1 | ||
| | | void*, Output Buffer | ||
|} | |} | ||
Line 39: | Line 39: | ||
=Description= | =Description= | ||
Same as [[APT:StoreSysMenuArg]] except for reading the data from the FIRM-launch param-buf in NS state. | Same as [[APT:StoreSysMenuArg]] except for reading the data from the [[FIRM]]-launch param-buf in NS state. |