Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | timer_resolution: Set current process to High QoS | Morph | 2023-03-05 | 1 | -0/+22 |
| | | | | Ensures that this process is treated as a high performance process by the Windows scheduler. | ||||
* | common: Implement a method to change the Windows timer resolution | Morph | 2023-03-05 | 2 | -0/+125 |
This utilizes undocumented NtDll functions to change the current timer resolution from the default of 1ms. |