Skip to content

Use GetSystemTimeAsFileTime() instead of GetTickCount() to infer time references #12

@avengerx

Description

@avengerx

The GetTickCount() function has the risk of overlapping every 49 days. Alternatively there's GetTickCount64(), yet GetSystemTimeAsFileTime() 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.

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions