mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-28 13:55:04 -05:00
nn_ccr: Add CCRSysCaffeineSetDRCEnableFlag and CCRSysCaffeineSetEnableFlag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user