summaryrefslogtreecommitdiff
path: root/src/common/windows/timer_resolution.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Implement a method to change the Windows timer resolutionGravatar Morph2023-03-051-0/+87
This utilizes undocumented NtDll functions to change the current timer resolution from the default of 1ms.