APT:IsRegistered: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00090040] |- | 1 | AppID |} =Response= {| class="wikitable" border="1" |- ! In..." |
Steveice10 (talk | contribs) m →Request |
||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
| AppID | | [[NS_and_APT_Services#AppIDs|AppID]] | ||
|} | |} | ||
Latest revision as of 00:47, 22 November 2015
Request
Index Word | Description |
---|---|
0 | Header code [0x00090040] |
1 | AppID |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | u8 output: 0 = not registered, 1 = registered. |
Description
This returns whether the specified AppID is registered with NS yet. An AppID is "registered" once the process associated with the AppID uses APT:Enable. Home-menu uses this command to determine when the launched process is running and to determine when to stop using GSP etc, while displaying the "Nintendo 3DS" loading screen.