include/coreinit: Shorten/rephrase some particularly long briefs

This commit is contained in:
Ash 2018-07-25 10:38:31 +10:00
parent 70157eedab
commit 33ae7587d6
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@
* \defgroup coreinit_fs Filesystem
* \ingroup coreinit
*
* Mount, access and modify filesystems directly.
*
* First call FSInit to initialise the file system library, then call
* FSAddClient to initialise your FSClient structure, then you need to use
* FSInitCmdBlock to initialise an FSCmdBlock structure for each command you

View File

@ -8,6 +8,8 @@
* \defgroup coreinit_thread Thread
* \ingroup coreinit
*
* Manage and run threads on each of the system's cores.
*
* The thread scheduler in the Wii U uses co-operative scheduling, this is different
* to the usual pre-emptive scheduling that most operating systems use (such as
* Windows, Linux, etc). In co-operative scheduling threads must voluntarily yield