wut  v1.5.0
Wii U Toolchain
sys_caffeine.h
Go to the documentation of this file.
1 #pragma once
2 #include <wut.h>
3 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
16 
17 struct WUT_PACKED CCRAppLaunchParam
18 {
19  uint64_t titleId;
20  char uuid[16];
21  WUT_UNKNOWN_BYTES(0xE7);
22 };
23 WUT_CHECK_OFFSET(CCRAppLaunchParam, 0x00, titleId);
24 WUT_CHECK_OFFSET(CCRAppLaunchParam, 0x08, uuid);
25 WUT_CHECK_SIZE(CCRAppLaunchParam, 0xFF);
26 
27 void
29 
30 uint32_t
32 
33 #ifdef __cplusplus
34 }
35 #endif
36 
uint32_t CCRSysCaffeineBootCheck()
void CCRSysCaffeineGetAppLaunchParam(CCRAppLaunchParam *data)