APT: Updated Unknown_0x01010000 header comment
Formatted Unknown_0x01010000 header to match style
This commit is contained in:
parent
7ca9bdb3fe
commit
078c96e915
1 changed files with 8 additions and 6 deletions
|
@ -300,12 +300,14 @@ void PrepareToStartLibraryApplet(Service::Interface* self);
|
||||||
void StartLibraryApplet(Service::Interface* self);
|
void StartLibraryApplet(Service::Interface* self);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* From 3Ds Brew:
|
* APT::Unknown_0x01010000 service function
|
||||||
* This writes an output u8 to cmdreply indexword[2].
|
* Inputs:
|
||||||
* This uses PTMSYSM:CheckNew3DS.
|
* 0 : Command header [0x01010000]
|
||||||
* When a certain NS state field (internal NS state in .data/.bss.) is non-zero, the output value is zero, otherwise the output is from PTMSYSM:CheckNew3DS.
|
* Outputs:
|
||||||
* Normally this NS state field is zero, however this state field is set to 1 when APT:PrepareToStartApplication is used with flags bit8 is set.
|
* 0 : Return header
|
||||||
*/
|
* 1 : Result of function, 0 on success, otherwise error code
|
||||||
|
* 2 : Result of function, 0 if unknown NS state field is set, or result of PTM:CheckNew3DS
|
||||||
|
*/
|
||||||
void Unknown_0x01010000(Service::Interface* self);
|
void Unknown_0x01010000(Service::Interface* self);
|
||||||
|
|
||||||
/// Initialize the APT service
|
/// Initialize the APT service
|
||||||
|
|
Loading…
Reference in a new issue