wut v1.8.0
Wii U Toolchain
Loading...
Searching...
No Matches
sys_caffeine.h
Go to the documentation of this file.
1#pragma once
2#include <wut.h>
3
11#ifdef __cplusplus
12extern "C" {
13#endif
14
16
17struct WUT_PACKED CCRAppLaunchParam
18{
19 uint64_t launchInfoDatabaseEntryId; // id used in the \link nn::sl::LaunchInfoDatabase
20 char uuid[16]; // account uuid
21 WUT_UNKNOWN_BYTES(0xE7);
22};
23WUT_CHECK_OFFSET(CCRAppLaunchParam, 0x00, launchInfoDatabaseEntryId);
24WUT_CHECK_OFFSET(CCRAppLaunchParam, 0x08, uuid);
25WUT_CHECK_SIZE(CCRAppLaunchParam, 0xFF);
26
27void
29
30uint32_t
32
33void
35
39int32_t
41
45int32_t
47
48#ifdef __cplusplus
49}
50#endif
51
uint64_t launchInfoDatabaseEntryId
int32_t CCRSysCaffeineSetEnableFlag(int32_t enabled)
void CCRSysCaffeineBootCheckAbort()
int32_t CCRSysCaffeineSetDRCEnableFlag(int32_t enabled)
uint32_t CCRSysCaffeineBootCheck()
void CCRSysCaffeineGetAppLaunchParam(CCRAppLaunchParam *data)