APT:StartNewestHomeMenu: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
No edit summary
m fix numbering
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
|-
|-
| 1
| 1
| Size
| Parameters Size
|-
|-
| 2
| 2
| Value zero
| 0x0
|-
|-
| 3
| 3
| Handle
| Handle Parameter
|-
|-
| 4
| 4
| <nowiki>(Size<<14) | 2</nowiki>
| (Parameters Size << 14) <nowiki>|</nowiki> 2
|-
|-
| 5
| 5
| Input buffer ptr
| void*, Parameters
|}
|}


Line 38: Line 38:


=Description=
=Description=
None of the input parameters are used by NS. [[NS|APT:PrepareToStartNewestHomeMenu]] must be used prior to using this command. After initializing [[FIRM]] params and [[PMApp:SetFIRMLaunchParams|setting]] the FIRM params, this uses command [[PTMSYSM:LaunchFIRMRebootSystem]] with u64 input 1000000000*4.
None of the input parameters are used by NS. [[APT:PrepareToStartNewestHomeMenu]] must be used prior to using this command. After initializing [[FIRM]] params and [[PMApp:SetFIRMLaunchParams|setting]] the FIRM params, this uses command [[PTMSYSM:LaunchFIRMRebootSystem]] with timeout 1000000000*4.

Latest revision as of 02:17, 15 June 2025

Request

Index Word Description
0 Header code [0x00200044]
1 Parameters Size
2 0x0
3 Handle Parameter
4 (Parameters Size << 14) | 2
5 void*, Parameters

Response

Index Word Description
0 Header code
1 Result code

Description

None of the input parameters are used by NS. APT:PrepareToStartNewestHomeMenu must be used prior to using this command. After initializing FIRM params and setting the FIRM params, this uses command PTMSYSM:LaunchFIRMRebootSystem with timeout 1000000000*4.