wut  v1.5.0
Wii U Toolchain
energysaver.h
Go to the documentation of this file.
1 #pragma once
2 #include <wut.h>
3 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 typedef int32_t IMError;
15 
16 IMError
18 
19 IMError
21 
22 IMError
24 
25 IMError
27 
28 IMError
29 IMIsAPDEnabled(uint32_t *outValue);
30 
31 IMError
32 IMIsAPDEnabledBySysSettings(uint32_t *outValue);
33 
34 IMError
35 IMIsDimEnabled(uint32_t *outValue);
36 
37 IMError
38 IMGetDimEnableDRC(uint32_t *outValue);
39 
40 IMError
41 IMGetDimEnableTV(uint32_t *outValue);
42 
43 IMError
44 IMGetDimPeriod(uint32_t *outValue);
45 
46 IMError
47 IMGetTimeBeforeAPD(uint32_t *outSeconds);
48 
49 IMError
50 IMGetTimeBeforeDimming(uint32_t *outSeconds);
51 
52 IMError
54 
55 IMError
57 
58 IMError
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