mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-09 23:39:27 +01:00
include/sysapp: Minor documentation updates (procui works!)
This commit is contained in:
parent
c86282fd7a
commit
610ed35050
@ -17,8 +17,9 @@ extern "C" {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Restarts the current title with new arguments once the running application
|
* Restarts the current title with new arguments once the running application
|
||||||
* quits. Instead of returning to the HOME menu upon exit, the system will start
|
* quits, and requests the application exit immediately (through \link
|
||||||
* the same title again.
|
* proc_ui_procui ProcUI\endlink). Instead of returning to the HOME menu upon
|
||||||
|
* exit, the system will start the same title again.
|
||||||
*
|
*
|
||||||
* \param argc
|
* \param argc
|
||||||
* The number of strings in the pa_Argv array. Passed in to the title's main
|
* The number of strings in the pa_Argv array. Passed in to the title's main
|
||||||
@ -39,7 +40,8 @@ SYSRelaunchTitle(uint32_t argc,
|
|||||||
char *pa_Argv[]);
|
char *pa_Argv[]);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Launches the HOME menu when the current application exits.
|
* Launches the HOME menu when the current application exits, and requests the
|
||||||
|
* application exit immediately (through \link proc_ui_procui ProcUI\endlink).
|
||||||
*
|
*
|
||||||
* \note
|
* \note
|
||||||
* This is the default behaviour upon application exit.
|
* This is the default behaviour upon application exit.
|
||||||
@ -48,9 +50,11 @@ void
|
|||||||
SYSLaunchMenu();
|
SYSLaunchMenu();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Launch the given title ID once the current applocation exits. Instead of
|
* Launch the given title ID once the current application exits, and requests
|
||||||
* opening the HOME menu once the current application quits, the system will
|
* the application exit immediately (through
|
||||||
* load the given title with default arguments.
|
* \link proc_ui_procui ProcUI\endlink). Instead of opening the HOME menu once
|
||||||
|
* the current application quits, the system will load the given title with
|
||||||
|
* default arguments.
|
||||||
*
|
*
|
||||||
* <!--
|
* <!--
|
||||||
* what happens on an incorrect titleid?
|
* what happens on an incorrect titleid?
|
||||||
@ -62,6 +66,7 @@ SYSLaunchTitle(uint64_t TitleId);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Launch Mii Maker once the current application exits.
|
* Launch Mii Maker once the current application exits.
|
||||||
|
* <!-- there's a version without the underscore, use that? -->
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
_SYSLaunchMiiStudio();
|
_SYSLaunchMiiStudio();
|
||||||
|
@ -29,7 +29,6 @@ typedef struct SysAppBrowserArgs SysAppBrowserArgs;
|
|||||||
* The current application is moved into the background (see \link
|
* The current application is moved into the background (see \link
|
||||||
* proc_ui_procui ProcUI\endlink) and the sync menu is shown. Once the user
|
* proc_ui_procui ProcUI\endlink) and the sync menu is shown. Once the user
|
||||||
* exits the menu, the application is moved back to the foreground.
|
* exits the menu, the application is moved back to the foreground.
|
||||||
* <!-- TODO check factual accuracy here -->
|
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
SYSSwitchToSyncControllerOnHBM();
|
SYSSwitchToSyncControllerOnHBM();
|
||||||
@ -57,6 +56,8 @@ SYSSwitchToEShop();
|
|||||||
/**
|
/**
|
||||||
* <!--
|
* <!--
|
||||||
* ..?
|
* ..?
|
||||||
|
* Current app moves into background then immediately back out again.
|
||||||
|
* Presumably meant for overlay apps to exit?
|
||||||
* -->
|
* -->
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user