mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-24 23:46:56 -05:00
nn_ccr: Add CCRSysCaffeineSetDRCEnableFlag and CCRSysCaffeineSetEnableFlag
This commit is contained in:
parent
0f33ec2121
commit
c00384924e
|
|
@ -30,6 +30,18 @@ CCRSysCaffeineGetAppLaunchParam(CCRAppLaunchParam * data);
|
|||
uint32_t
|
||||
CCRSysCaffeineBootCheck();
|
||||
|
||||
/**
|
||||
* @return 0 on success, -1 on error
|
||||
*/
|
||||
int32_t
|
||||
CCRSysCaffeineSetDRCEnableFlag(int32_t enabled);
|
||||
|
||||
/**
|
||||
* @return 0 on success, -1 on error
|
||||
*/
|
||||
int32_t
|
||||
CCRSysCaffeineSetEnableFlag(int32_t enabled);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user