mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-08 03:05:42 -05:00
nn_ccr: Add CCRSysSetInitBootFlag and CCRSysInitializeSettings
This commit is contained in:
@@ -25,6 +25,13 @@ typedef enum CCRSysPairingState
|
||||
CCR_SYS_PAIRING_TIMED_OUT = 2,
|
||||
} CCRSysPairingState;
|
||||
|
||||
typedef enum CCRSysInitBootFlag
|
||||
{
|
||||
CCR_SYS_BOOT_FLAG_NONE = 0,
|
||||
//! Shows "Turn on the TV and Wii U Console.." text on next DRC boot
|
||||
CCR_SYS_BOOT_FLAG_FIRST_BOOT = 1,
|
||||
} CCRSysInitBootFlag;
|
||||
|
||||
struct CCRSysUpdateState
|
||||
{
|
||||
uint32_t state;
|
||||
@@ -269,6 +276,16 @@ CCRSysSetVersionCheckFlag(uint32_t flag);
|
||||
int32_t
|
||||
CCRSysCaffeineSetCaffeineSlot(uint32_t slot);
|
||||
|
||||
int32_t
|
||||
CCRSysSetInitBootFlag(CCRSysInitBootFlag flag);
|
||||
|
||||
/**
|
||||
* Resets the DRC (It'll show "Turn on the TV and Wii U console" until paired)
|
||||
* @return 0 on success, -1 on error.
|
||||
*/
|
||||
int32_t
|
||||
CCRSysInitializeSettings();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user