mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 22:47:46 +00:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
parent
5288648a23
commit
1e4a5da9f4
169 changed files with 805 additions and 809 deletions
|
@ -183,12 +183,10 @@ void GetAppletInfo(Service::Interface* self);
|
|||
|
||||
/**
|
||||
* APT::IsRegistered service function. 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.
|
||||
* 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.
|
||||
*
|
||||
* Inputs:
|
||||
* 1 : AppID
|
||||
* Outputs:
|
||||
|
@ -264,10 +262,10 @@ void GlanceParameter(Service::Interface* self);
|
|||
* (same flag cleared by APT:ReceiveParameter).
|
||||
* Inputs:
|
||||
* 1 : Flag, when non-zero NS will compare the word after this one with a field in the NS
|
||||
* state.
|
||||
* state.
|
||||
* 2 : Unknown, this is the same as the first unknown field returned by APT:ReceiveParameter.
|
||||
* 3 : Flag, when non-zero NS will compare the word after this one with a field in the NS
|
||||
* state.
|
||||
* state.
|
||||
* 4 : AppID
|
||||
* Outputs:
|
||||
* 0 : Return header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue