[Acer PT14-51 Laptop] HowTo

fix the other functions. they are related or maybe the order is wrong. try change the value before calling the function. yes this matters a lot uint8_t Gen11::validateDisplayMode(void *that, int param_1,void **param_2, void **param_3){ auto displayTimingInfo = const_cast<IODetailedTimingInformationV2 *>(reinterpret_cast<const IODetailedTimingInformationV2 *>(param_3)); if (displayTimingInfo!=nullptr) displayTimingInfo->pixelClock = 785400000; auto ret= FunctionCast(validateDisplayMode, callback->ovalidateDisplayMode)(that,param_1,param_2,param_3); return ret; }

Author:
[source]
Share: