mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
Fix grammatical issues
This commit is contained in:
parent
ae027da224
commit
289160171f
@ -33,7 +33,7 @@ typedef enum
|
|||||||
SetLanguage_Total, ///< Total languages supported by this enum.
|
SetLanguage_Total, ///< Total languages supported by this enum.
|
||||||
} SetLanguage;
|
} SetLanguage;
|
||||||
|
|
||||||
/// Command IDS for setsysGetFlag/setsysSetFlag.
|
/// Command IDs for setsysGetFlag/setsysSetFlag.
|
||||||
typedef enum {
|
typedef enum {
|
||||||
SetSysFlag_LockScreen = 7,
|
SetSysFlag_LockScreen = 7,
|
||||||
SetSysFlag_ConsoleInformationUpload = 25,
|
SetSysFlag_ConsoleInformationUpload = 25,
|
||||||
@ -94,9 +94,9 @@ Result setsysGetColorSetId(ColorSetId* out);
|
|||||||
Result setsysGetSerialNumber(char *serial);
|
Result setsysGetSerialNumber(char *serial);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Gets the status of the specified settings flag
|
* @brief Gets the status of the specified settings flag.
|
||||||
* @param flag The specified settings flag.
|
* @param flag The specified settings flag.
|
||||||
* @param out Pointer To get the status from.
|
* @param out Pointer to get the status from.
|
||||||
*/
|
*/
|
||||||
Result setsysGetFlag(SetSysFlag flag, bool *out);
|
Result setsysGetFlag(SetSysFlag flag, bool *out);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user