NSS:RebootSystem: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x0010....] |- | 1 | u8 flag |- | 2-5 | 0x10-byte [[FS:GetProgramLaunchInfo|struct..." |
Steveice10 (talk | contribs) mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
|- | |- | ||
| 0 | | 0 | ||
| Header code [ | | Header code [0x00100180] | ||
|- | |- | ||
| 1 | | 1 | ||
| u8 | | u8, Launch Title (0 = don't launch, 1 = launch) | ||
|- | |- | ||
| 2-5 | | 2-5 | ||
| | | Title [[Filesystem_services#ProgramInfo|ProgramInfo]] | ||
|- | |- | ||
| 6 | | 6 | ||
| u8, | | u8, Launch [[Configuration_Memory#APPMEMTYPE|APPMEMTYPE]] | ||
|} | |} | ||
Line 32: | Line 32: | ||
=Description= | =Description= | ||
When the | When set to launch the provided title, the input [[Filesystem_services#ProgramInfo|ProgramInfo]] is written to the [[FIRM]] parameter buffer. Otherwise, the [[Filesystem_services#ProgramInfo|ProgramInfo]] stored in the parameter buffer is cleared. The rest of the code executed here is the same as [[APT:StartNewestHomeMenu]], without the [[APT:PrepareToStartNewestHomeMenu]]-related code. |
Latest revision as of 05:37, 20 January 2016
Request
Index Word | Description |
---|---|
0 | Header code [0x00100180] |
1 | u8, Launch Title (0 = don't launch, 1 = launch) |
2-5 | Title ProgramInfo |
6 | u8, Launch APPMEMTYPE |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description
When set to launch the provided title, the input ProgramInfo is written to the FIRM parameter buffer. Otherwise, the ProgramInfo stored in the parameter buffer is cleared. The rest of the code executed here is the same as APT:StartNewestHomeMenu, without the APT:PrepareToStartNewestHomeMenu-related code.