- 05 Mar, 2023 7 commits
-
-
Morph authored
We no longer support operating systems below Windows 10.
-
Morph authored
-
Morph authored
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.
-
Morph authored
Increases the precision of thread sleeps on Windows.
-
Morph authored
-
Morph authored
This utilizes undocumented NtDll functions to change the current timer resolution from the default of 1ms.
-
Morph authored
This implementation provides a consistent, high performance, and high resolution clock where/when std::chrono::steady_clock does not provide sufficient precision.
-
- 04 Mar, 2023 1 commit
-
-
Morph authored
service: miscellaneous cleanups
-
- 03 Mar, 2023 1 commit
-
-
bunnei authored
kernel: support for 16.0.0
-
- 02 Mar, 2023 3 commits
- 01 Mar, 2023 14 commits
- 28 Feb, 2023 9 commits
-
-
liamwhite authored
cmake: use correct boost imported targets
-
liamwhite authored
cmake: support components in find modules
-
Alexandre Bouvier authored
-
Alexandre Bouvier authored
-
liamwhite authored
externals: use openssl from vcpkg
-
Alexandre Bouvier authored
-
liamwhite authored
cmake: fix cpp-jwt build
-
liamwhite authored
service: avoid direct pointer access of transfer memory objects
-
liamwhite authored
service: btm: Fix handle functions
-
- 27 Feb, 2023 4 commits
-
-
Matías Locatti authored
Partial LTO
-
Matías Locatti authored
-
Narr the Reg authored
-
bunnei authored
Revert "yuzu: config: Remove player 8 and 9 from config file"
-
- 26 Feb, 2023 1 commit
-
-
Narr the Reg authored
-