summaryrefslogtreecommitdiff
path: root/src/common/windows/timer_resolution.cpp
AgeCommit message (Collapse)Author
2024-12-31chore: update project references and add Citron copyrightZephyron
- Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files.
2023-03-05timer_resolution: Set current process to High QoSMorph
Ensures that this process is treated as a high performance process by the Windows scheduler.
2023-03-05common: Implement a method to change the Windows timer resolutionMorph
This utilizes undocumented NtDll functions to change the current timer resolution from the default of 1ms.