| Age | Commit message (Collapse) | Author |
|
Intial -> Initial
|
|
|
|
|
|
|
|
|
|
|
|
|
|
YFC - Engines: Implement Accelerate DMA Texture.
|
|
|
|
|
|
Ensures that this process is treated as a high performance process by the Windows scheduler.
|
|
We no longer support operating systems below Windows 10.
|
|
|
|
The precision of sleep_for and wait_for is limited to 1-1.5ms on Windows.
Using SleepForOneTick() allows us to sleep for exactly one interval of the current timer resolution.
This allows us to take advantage of systems that have a timer resolution of 0.5ms to reduce CPU overhead in the event loop.
|
|
Increases the precision of thread sleeps on Windows.
|
|
|
|
This utilizes undocumented NtDll functions to change the current timer resolution from the default of 1ms.
|
|
This implementation provides a consistent, high performance, and high resolution clock where/when std::chrono::steady_clock does not provide sufficient precision.
|
|
service: miscellaneous cleanups
|
|
rather than int
|
|
|
|
kernel: support for 16.0.0
|
|
|
|
|
|
vulkan_common: disable vertexInputDynamicState on unsupported driver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service: HLE multiprocess
|
|
Update translations (2023-03-01)
|
|
|
|
cmake: use correct boost imported targets
|
|
cmake: support components in find modules
|
|
|
|
|
|
externals: use openssl from vcpkg
|
|
|
|
cmake: fix cpp-jwt build
|
|
service: avoid direct pointer access of transfer memory objects
|
|
service: btm: Fix handle functions
|
|
Partial LTO
|