devkitPro / wut

Let's try to make a Wii U Toolchain / SDK for creating rpx/rpl.
zlib License
244 stars 52 forks source link

undefined reference to IMSetDimEnableDrc #154

Closed dhustkoder closed 4 years ago

dhustkoder commented 4 years ago

I had some undefined references with the energysaver.h API is there something Im missing or is it not complete for use yet

exjam commented 4 years ago

Oops was a typo, Drc should be DRC.

Until the next wut release you can add the declarations to your own code and it will still link correctly:

IMError IMGetDimEnableDRC(uint32_t *outValue);
IMError IMGetDimEnableTV(uint32_t *outValue);

IMError IMSetDimEnableDRC(BOOL value);
IMError IMSetDimEnableTV(BOOL value);