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