wut v1.8.0
Wii U Toolchain
Loading...
Searching...
No Matches
energysaver.h
Go to the documentation of this file.
1#pragma once
2#include <wut.h>
3
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14typedef int32_t IMError;
15
18
21
24
27
29IMIsAPDEnabled(uint32_t *outValue);
30
32IMIsAPDEnabledBySysSettings(uint32_t *outValue);
33
35IMIsDimEnabled(uint32_t *outValue);
36
38IMGetDimEnableDRC(uint32_t *outValue);
39
41IMGetDimEnableTV(uint32_t *outValue);
42
44IMGetDimPeriod(uint32_t *outValue);
45
47IMGetTimeBeforeAPD(uint32_t *outSeconds);
48
50IMGetTimeBeforeDimming(uint32_t *outSeconds);
51
54
57
60
61#ifdef __cplusplus
62}
63#endif
64
IMError IMDisableAPD()
IMError IMGetTimeBeforeDimming(uint32_t *outSeconds)
IMError IMGetTimeBeforeAPD(uint32_t *outSeconds)
IMError IMIsDimEnabled(uint32_t *outValue)
IMError IMEnableAPD()
IMError IMSetDimEnableDRC(BOOL value)
IMError IMSetDimEnableTV(BOOL value)
IMError IMGetDimEnableTV(uint32_t *outValue)
IMError IMIsAPDEnabledBySysSettings(uint32_t *outValue)
IMError IMDisableDim()
IMError IMGetDimPeriod(uint32_t *outValue)
int32_t IMError
Definition energysaver.h:14
IMError IMStartAPDVideoMode()
IMError IMEnableDim()
IMError IMIsAPDEnabled(uint32_t *outValue)
IMError IMGetDimEnableDRC(uint32_t *outValue)
int32_t BOOL
Definition wut_types.h:7