mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:24:17 +01:00
parent
f3780f77fc
commit
23b541816f
@ -35,10 +35,10 @@ IMError
|
|||||||
IMIsDimEnabled(uint32_t *outValue);
|
IMIsDimEnabled(uint32_t *outValue);
|
||||||
|
|
||||||
IMError
|
IMError
|
||||||
IMGetDimEnableDrc(uint32_t *outValue);
|
IMGetDimEnableDRC(uint32_t *outValue);
|
||||||
|
|
||||||
IMError
|
IMError
|
||||||
IMGetDimEnableTv(uint32_t *outValue);
|
IMGetDimEnableTV(uint32_t *outValue);
|
||||||
|
|
||||||
IMError
|
IMError
|
||||||
IMGetDimPeriod(uint32_t *outValue);
|
IMGetDimPeriod(uint32_t *outValue);
|
||||||
@ -50,10 +50,10 @@ IMError
|
|||||||
IMGetTimeBeforeDimming(uint32_t *outSeconds);
|
IMGetTimeBeforeDimming(uint32_t *outSeconds);
|
||||||
|
|
||||||
IMError
|
IMError
|
||||||
IMSetDimEnableDrc(BOOL value);
|
IMSetDimEnableDRC(BOOL value);
|
||||||
|
|
||||||
IMError
|
IMError
|
||||||
IMSetDimEnableTv(BOOL value);
|
IMSetDimEnableTV(BOOL value);
|
||||||
|
|
||||||
IMError
|
IMError
|
||||||
IMStartAPDVideoMode();
|
IMStartAPDVideoMode();
|
||||||
|
Loading…
Reference in New Issue
Block a user