mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-21 08:47:20 -05: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