Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
kernel: support for 16.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service: HLE multiprocess
|
|
|
|
service: avoid direct pointer access of transfer memory objects
|
|
service: btm: Fix handle functions
|
|
Partial LTO
|
|
|
|
|
|
|
|
texture_cache: Add asynchronous ASTC texture decoding
|
|
|
|
input_common: Implement dedicated motion from mouse
|
|
core: Update service function tables to 16.0.0+
|
|
core: hidbus: Fix BusType size
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
yuzu: Set a lower timeout for discord presence
|
|
|
|
svc: Fix type consistency (exposed on macOS)
|
|
externals: Update cpp-httplib to latest
|
|
|
|
|