Use GetSystemTimeAsFileTime()
instead of GetTickCount()
to infer time references
#12
Labels
feature
New feature or request
The
GetTickCount()
function has the risk of overlapping every 49 days. Alternatively there'sGetTickCount64()
, yetGetSystemTimeAsFileTime()
should be much lighter to the driver, if feasible to replace the current time reference.It basically is used to determine time differences for the duration of effects run.
The text was updated successfully, but these errors were encountered: